Skip to content

Commit eba8e56

Browse files
authored
Merge pull request #170 from hal/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 6f8fbcc + 0119317 commit eba8e56

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
path: console
2525
- name: Set up JDK
2626
id: setup-jdk
27-
uses: actions/setup-java@v4
27+
uses: actions/setup-java@v5
2828
with:
2929
java-version: 19
3030
distribution: temurin

.github/workflows/verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v5
1919
- name: Set up JDK
2020
id: setup-jdk
21-
uses: actions/setup-java@v4
21+
uses: actions/setup-java@v5
2222
with:
2323
java-version: 19
2424
distribution: temurin

0 commit comments

Comments
 (0)