Skip to content

Commit 2029f14

Browse files
Merge pull request #166 from shift7-ch/dependabot/github_actions/actions/setup-java-5
2 parents be7fdd0 + 5172ff7 commit 2029f14

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
@@ -28,7 +28,7 @@ jobs:
2828
run: docker network prune --force
2929
- uses: actions/checkout@v5
3030
- name: Set up JDK 21
31-
uses: actions/setup-java@v4
31+
uses: actions/setup-java@v5
3232
with:
3333
distribution: 'temurin'
3434
java-version: 21

.github/workflows/snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717
- name: Set up JDK 21
18-
uses: actions/setup-java@v4
18+
uses: actions/setup-java@v5
1919
with:
2020
distribution: 'temurin'
2121
java-version: 21

0 commit comments

Comments
 (0)