Skip to content

Commit

Permalink
Merge pull request #20 from objectionary/renovate/actions-setup-java-3.x
Browse files Browse the repository at this point in the history
Update actions/setup-java action to v3
  • Loading branch information
yegor256 committed Sep 5, 2022
2 parents 5c68970 + 788803b commit 713d398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cargo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v1
- uses: actions/setup-java@v3
with:
java-version: 17
- uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 713d398

Please sign in to comment.