diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-11-29 23:29:42 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-29 23:29:42 +0530 |
commit | cb1c424f806478cdffb6bd816643a1145f6fbcd9 (patch) | |
tree | 834f543f4e221efe4c06559da41bf529b957e33e /.github/workflows/draft_new_release.yml | |
parent | 891455d7a7f618d2aac81fa742ffaef6dfbf7195 (diff) |
chore(deps): update actions/setup-java action to v4 (#2785)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/draft_new_release.yml')
-rw-r--r-- | .github/workflows/draft_new_release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml index 6f7c9b92..a7936d46 100644 --- a/.github/workflows/draft_new_release.yml +++ b/.github/workflows/draft_new_release.yml @@ -37,7 +37,7 @@ jobs: ref: ${{ env.CHECKOUT_REF }} - name: Set up JDK - uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 + uses: actions/setup-java@387ac29b308b003ca37ba93a6cab5eb57c8f5f93 # v4.0.0 with: distribution: temurin java-version: 20 |