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_snapshot.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_snapshot.yml')
-rw-r--r-- | .github/workflows/deploy_snapshot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index 1c0c4968..5d0fd839 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -24,7 +24,7 @@ jobs: fetch-depth: 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 |