Skip to content

Commit b3e914f

Browse files
Update actions/setup-java action to v5 (#83)
1 parent 9c7852d commit b3e914f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
chmod +x "${GITHUB_WORKSPACE}/bin/bazel"
2828
2929
- name: Set up JDK 11
30-
uses: actions/setup-java@v4
30+
uses: actions/setup-java@v5
3131
with:
3232
java-version: 11
3333
distribution: 'microsoft'

0 commit comments

Comments
 (0)