mirror of
https://github.com/renovatebot/renovate.git
synced 2025-01-12 06:56:24 +00:00
chore(deps): update actions/setup-java action to v3 (#14410)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
parent
6604de3aeb
commit
ea5b95b3d1
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@f0bb91606209742fe3ea40199be2f3ef195ecabf # renovate: tag=v2.5.0
|
||||
uses: actions/setup-java@f69f00b5e5324696b07f6b1c92f0470a6df00780 # tag=v3.0.0
|
||||
with:
|
||||
java-version: ${{ env.JAVA_VERSION }}
|
||||
distribution: 'adopt'
|
||||
|
|
Loading…
Reference in a new issue