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 6, 2021
1 parent a638c8c commit 955dfb9
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 @@ -50,7 +50,7 @@ jobs:
working-directory: python
- run: python setup.py sdist bdist_wheel
working-directory: python
- uses: actions/setup-java@v1
- uses: actions/setup-java@v2
with:
java-version: 10
- run: mvn clean verify
Expand Down

0 comments on commit 955dfb9

Please sign in to comment.