Skip to content

Commit 6c6a14e

Browse files
authored
Merge pull request #15 from Geonovum/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents 808fddb + 8d04544 commit 6c6a14e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-22.04
1010
steps:
1111
- name: Checkout code
12-
uses: actions/checkout@v4
12+
uses: actions/checkout@v6
1313

1414
- name: Prepare directories
1515
run: |

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
pull-requests: write
1616

1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919

2020
- name: Download snapshot artefact
2121
uses: actions/download-artifact@v4
@@ -142,7 +142,7 @@ jobs:
142142
echo "Metadata en folder-path gevalideerd en opgeslagen"
143143
144144
- name: Checkout private docs
145-
uses: actions/checkout@v4
145+
uses: actions/checkout@v6
146146
with:
147147
repository: Geonovum/docs.geostandaarden.nl
148148
token: ${{ secrets.GH_PUSH_TOKEN }}

0 commit comments

Comments
 (0)