Skip to content

Commit a9acba5

Browse files
authored
Merge pull request scala#183 from scala/dependabot/github_actions/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents 373928f + a5bd9f9 commit a9acba5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
fetch-depth: 0
2222

2323
- name: Setup Java
24-
uses: actions/setup-java@v4
24+
uses: actions/setup-java@v5
2525
with:
2626
distribution: temurin
2727
java-version: ${{ matrix.java-version }}

0 commit comments

Comments
 (0)