Skip to content

Commit be7fdd0

Browse files
Merge pull request #163 from shift7-ch/dependabot/github_actions/actions/checkout-5
2 parents dc6937c + 9bc3f6b commit be7fdd0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- name: Docker network prune
2828
run: docker network prune --force
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- name: Set up JDK 21
3131
uses: actions/setup-java@v4
3232
with:

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
os: [ ubuntu-latest ]
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Set up JDK 21
1818
uses: actions/setup-java@v4
1919
with:

0 commit comments

Comments
 (0)