chore(deps): update actions/setup-java action to v4.4.0 (#3233)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
cc573b9990
commit
6e18af03b2
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ runs:
|
|||
token: ${{ inputs.token }}
|
||||
|
||||
- name: Set up JDK
|
||||
uses: actions/setup-java@2dfa2011c5b2a0f1489bf9e433881c92c1631f88 # v4.3.0
|
||||
uses: actions/setup-java@b36c23c0d998641eff861008f374ee103c25ac73 # v4.4.0
|
||||
with:
|
||||
distribution: temurin
|
||||
java-version: ${{ inputs.java-version }}
|
||||
|
|
Loading…
Reference in a new issue