Skip to content

Commit

Permalink
Bump actions/setup-java from 2 to 3 (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed May 5, 2022
1 parent ba13beb commit e38431e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
# Disabling shallow clone is recommended for improving relevancy of reporting
fetch-depth: 0
- name: Setup java
uses: actions/setup-java@v2
uses: actions/setup-java@v3
with:
java-version: ${{ matrix.java }}
distribution: 'adopt'
Expand Down

0 comments on commit e38431e

Please sign in to comment.