Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Aug 25, 2021
1 parent bdf6375 commit 8ab0efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v2
- name: Set up JDK
uses: actions/setup-java@v1
uses: actions/setup-java@v2
with:
java-version: 1.8
- name: Test
Expand Down

0 comments on commit 8ab0efe

Please sign in to comment.