Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v3.1.1 (#15062)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 11, 2022
1 parent 5a70fa8 commit 8065e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Set up Java ${{ env.JAVA_VERSION }}
if: env.SKIP_JAVA_TESTS == 'false'
uses: actions/setup-java@0aa6f2a84f8634ac1a1bd81dfdf6d5aab98c70f1 # tag=v3.1.0
uses: actions/setup-java@9519cf1382ac8dc61ad461f7f7cb45f033220189 # tag=v3.1.1
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: 'adopt'
Expand Down

0 comments on commit 8065e3a

Please sign in to comment.