We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 808fddb + 8d04544 commit 6c6a14eCopy full SHA for 6c6a14e
2 files changed
.github/workflows/build.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-22.04
10
steps:
11
- name: Checkout code
12
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
13
14
- name: Prepare directories
15
run: |
.github/workflows/publish.yml
@@ -15,7 +15,7 @@ jobs:
pull-requests: write
16
17
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
19
20
- name: Download snapshot artefact
21
uses: actions/download-artifact@v4
@@ -142,7 +142,7 @@ jobs:
142
echo "Metadata en folder-path gevalideerd en opgeslagen"
143
144
- name: Checkout private docs
145
146
with:
147
repository: Geonovum/docs.geostandaarden.nl
148
token: ${{ secrets.GH_PUSH_TOKEN }}
0 commit comments