Skip to content

Commit 9e87b15

Browse files
authored
Merge pull request #238 from sbt/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 183de18 + 2f71b28 commit 9e87b15

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
fetch-depth: 0
3232
- name: Setup JDK
33-
uses: actions/setup-java@v4
33+
uses: actions/setup-java@v5
3434
with:
3535
distribution: "${{ matrix.distribution }}"
3636
java-version: "${{ matrix.java }}"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
fetch-depth: 0
2020
- name: Setup JDK
21-
uses: actions/setup-java@v4
21+
uses: actions/setup-java@v5
2222
with:
2323
distribution: temurin
2424
java-version: 11

0 commit comments

Comments
 (0)