diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-12-14 20:50:38 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-14 20:50:38 +0530 |
commit | 7b205839d9c90e889cc1ff370d22d4b0c174244e (patch) | |
tree | 2b9fb98e61aac3be15f3165f4fe16bb1ae5b78ab /.github/workflows/deploy_snapshot.yml | |
parent | 4b3691a670e7c3a5c239619bae52be389d3b47be (diff) |
chore(deps): update actions/setup-java action to v3.9.0 (#2299)
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 7e310f14..b3f5337e 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@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3.8.0 + uses: actions/setup-java@1df8dbefe2a8cbc99770194893dd902763bee34b # v3.9.0 with: distribution: temurin java-version: 18 |