diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-09-20 22:18:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 22:18:51 +0530 |
commit | 31b106ccbe3bc373ba2d7629590a0cea0c1d3fe5 (patch) | |
tree | 15e897edd2d19b1cf658d5bd43106278391736ee /.github/workflows/deploy_library_releases.yml | |
parent | 6fa7b63a93a51f70a2f3d900894ae357c1d553c4 (diff) |
chore(deps): update actions/setup-java action to v3.13.0 (#2690)
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 11fb818f..13a8d7bb 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0 - name: Set up JDK - uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0 + uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 with: distribution: temurin java-version: 20 |