Skip to content

Commit 627a351

Browse files
authored
Merge pull request #830 from OSGeo/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 1c3dc32 + e4a2564 commit 627a351

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
if: ${{ github.repository_owner == 'OSGeo' }}
1818

1919
steps:
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121

2222
- name: Install apt packages
2323
run: |

.github/workflows/linkcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
language: [de,en,es,fi,fr,hu,ja,it,nl,pt,sv,tr]
4141

4242
steps:
43-
- uses: actions/checkout@v3
43+
- uses: actions/checkout@v4
4444
with:
4545
fetch-depth: 2
4646

0 commit comments

Comments
 (0)