Skip to content

Commit

Permalink
Merge pull request #6 from AzisabaNetwork/renovate/actions-setup-java…
Browse files Browse the repository at this point in the history
…-3.x

Update actions/setup-java action to v3
  • Loading branch information
siloneco authored Feb 25, 2022
2 parents 5a89f64 + 15f115b commit 60f0483
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/setup-java@v2
- uses: actions/setup-java@v3
with:
java-version: "8"
distribution: "adopt"
Expand Down

0 comments on commit 60f0483

Please sign in to comment.