Skip to content

Commit

Permalink
Update actions/setup-java action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 5, 2021
1 parent 13466e1 commit e42616a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
with:
node-version: '10.x'
registry-url: 'https://registry.npmjs.org'
- uses: actions/setup-java@v1
- uses: actions/setup-java@v2
with:
java-version: '9.0.4'
java-package: jdk
Expand Down

0 comments on commit e42616a

Please sign in to comment.