Skip to content

Commit

Permalink
Merge pull request #687 from scala/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-java-3

Bump actions/setup-java from 2 to 3
  • Loading branch information
dubinsky authored Jul 25, 2023
2 parents f6e1666 + a9987da commit df08f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
with:
distribution: temurin
java-version: 8
Expand Down

0 comments on commit df08f00

Please sign in to comment.