Skip to content

Commit 62391c8

Browse files
authored
Merge pull request #20 from plugorgau/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents 57a35f0 + 80f06bf commit 62391c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/gh-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
build:
2626
runs-on: ubuntu-latest
2727
steps:
28-
- uses: actions/checkout@v4
28+
- uses: actions/checkout@v5
2929
- name: Install Hugo
3030
run: sudo snap install --channel=extended/stable hugo
3131
- name: Setup Pages

.github/workflows/pull-request.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
env:
1313
GIT_CONFIG_NOSYSTEM: "1"
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v5
1616
- name: Install Hugo
1717
run: sudo snap install --channel=extended/stable hugo
1818
- name: Try to build website

0 commit comments

Comments
 (0)