mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-11 22:46:27 +00:00
chore(deps): update actions/setup-java action to v2.4.0 (#12883)
This commit is contained in:
parent
ee2e155f1f
commit
6b803a2db9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue