Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v2.2.0 (#11184)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Aug 9, 2021
1 parent 50e5a81 commit 8d3fdd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -57,7 +57,7 @@ jobs:

- name: Set up Java ${{ env.JAVA_VERSION }}
if: env.NODE_VERSION == '14'
uses: actions/setup-java@d9126d7df2f1b080b603441eaf5810ced3614e78 # renovate: tag=v2.1.0
uses: actions/setup-java@4b1b3d4a82f726de9ba1945f8c6967b67caf5dcd # renovate: tag=v2.2.0
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: 'adopt'
Expand Down

0 comments on commit 8d3fdd0

Please sign in to comment.