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.5.0 (#13217)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
9b2c4b5af2
commit
931849e968
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@5f00602cd1b2819185d88dc7a1b1985f598c6705 # renovate: tag=v2.4.0
|
||||
uses: actions/setup-java@f0bb91606209742fe3ea40199be2f3ef195ecabf # renovate: tag=v2.5.0
|
||||
with:
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
distribution: 'adopt'
|
||||
|
|
Loading…
Reference in a new issue