Skip to content

Commit 853b05f

Browse files
authored
Merge pull request sbt#324 from sbt/dependabot/github_actions/actions/setup-java-5
2 parents abf92db + 7b1adb4 commit 853b05f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929
- name: Setup Scala
30-
uses: actions/setup-java@v4
30+
uses: actions/setup-java@v5
3131
with:
3232
distribution: "${{ matrix.distribution }}"
3333
java-version: "${{ matrix.java }}"

.github/workflows/publish.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: 8

0 commit comments

Comments
 (0)