Skip to content

Commit 545b11c

Browse files
authored
Merge pull request #139 from scalatra/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 1f53437 + 5b4b8f5 commit 545b11c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scala.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- uses: actions/checkout@v5
1818
- name: Set up JDK
19-
uses: actions/setup-java@v4
19+
uses: actions/setup-java@v5
2020
with:
2121
distribution: "temurin"
2222
java-version: ${{ matrix.java }}

0 commit comments

Comments
 (0)