Skip to content

Commit 36ee439

Browse files
authored
Merge pull request #382 from playframework/dependabot/github_actions/2.0.x/actions/setup-java-5
[2.0.x] Bump actions/setup-java from 4 to 5
2 parents 77738e5 + 52f052e commit 36ee439

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test.yml

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

0 commit comments

Comments
 (0)