diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-02-24 20:16:22 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-24 20:16:22 +0530 |
commit | 0af4e2920cd22d2b680faa26aac77d4baf84f36c (patch) | |
tree | f2a09e6be8b36c0565db9880a4cbc645b9ba8e4c /.github/workflows/draft_new_release.yml | |
parent | 67db1f99ad21006c818b72c03e3c349ccb21ce60 (diff) |
chore(deps): update actions/setup-java action to v3 (#1752)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to '.github/workflows/draft_new_release.yml')
-rw-r--r-- | .github/workflows/draft_new_release.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/draft_new_release.yml b/.github/workflows/draft_new_release.yml index a869b687..a9f784b9 100644 --- a/.github/workflows/draft_new_release.yml +++ b/.github/workflows/draft_new_release.yml @@ -37,7 +37,7 @@ jobs: ref: ${{ env.CHECKOUT_REF }} - name: Set up JDK - uses: actions/setup-java@v2.5.0 + uses: actions/setup-java@v3.0.0 with: distribution: zulu java-version: 17 |