diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-02-08 09:45:23 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-08 09:45:23 +0530 |
commit | 1536b0a8fb3c1e7d701c684c07c6d2f03b68207c (patch) | |
tree | 1d1dd2d306559c46ed09e44d594b638c129f03e4 /.github/workflows/deploy_library_releases.yml | |
parent | 2d078149d5fcf7c65dd79be69a3f60fa01136288 (diff) |
chore(deps): update actions/setup-java action to v3.10.0 (#2364)
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 78d83c78..ab90ad8f 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0 - name: Set up JDK - uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b # v3.9.0 + uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0 with: distribution: temurin java-version: 18 |