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/deploy_library_releases.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/deploy_library_releases.yml')
-rw-r--r-- | .github/workflows/deploy_library_releases.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_library_releases.yml b/.github/workflows/deploy_library_releases.yml index 668c4fde..19ba63af 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - 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 |