Skip to content

Commit

Permalink
chore(deps): update actions/setup-java action to v2.4.0 (#12883)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 29, 2021
1 parent ee2e155 commit 6b803a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -70,7 +70,7 @@ jobs:

- name: Set up Java ${{ env.JAVA_VERSION }}
if: env.SKIP_JAVA_TESTS == 'false'
uses: actions/setup-java@8db439b6b47e5e12312bf036760bbaa6893481ac # renovate: tag=v2.3.1
uses: actions/setup-java@5f00602cd1b2819185d88dc7a1b1985f598c6705 # renovate: tag=v2.4.0
with:
java-version: ${{ env.JAVA_VERSION }}
distribution: 'adopt'
Expand Down

0 comments on commit 6b803a2

Please sign in to comment.