Skip to content

Commit df08f00

Browse files
authored
Merge pull request #687 from scala/dependabot/github_actions/actions/setup-java-3
Bump actions/setup-java from 2 to 3
2 parents f6e1666 + a9987da commit df08f00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/checkout@v3
1010
with:
1111
fetch-depth: 0
12-
- uses: actions/setup-java@v2
12+
- uses: actions/setup-java@v3
1313
with:
1414
distribution: temurin
1515
java-version: 8

0 commit comments

Comments
 (0)