diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-12-06 20:54:01 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 20:54:01 +0530 |
commit | 646e55ae2a19c9a6230e2b3563be096a93285e38 (patch) | |
tree | 193b88730638137bb0005dbacbb8fc2ab4993bbb /.github/workflows/deploy_library_releases.yml | |
parent | a4ac146648f11ffa63ce9ecaa2ef46948b9c0a73 (diff) |
chore(deps): update actions/setup-java action to v3.8.0 (#2283)
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 9321e98a..81b4fb1f 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -12,7 +12,7 @@ jobs: uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0 - name: Set up JDK - uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d # v3.7.0 + uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3.8.0 with: distribution: temurin java-version: 18 |