diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-01 18:21:00 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-01 18:21:00 +0530 |
commit | 4bd4648eade468238de0dffcea59474ab599d231 (patch) | |
tree | 3e4a2dfcd4fc80dcf4f046f6e31bacba0b9bc90e /.github/workflows/deploy_library_releases.yml | |
parent | deac3c4029fbada1bd0371ddc7fd9e5c77dbde73 (diff) |
chore(deps): update actions/setup-java action to v3.1.0 (#1816)
Co-authored-by: Renovate Bot <bot@renovateapp.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 3f3437e9..b7f97ee0 100644 --- a/.github/workflows/deploy_library_releases.yml +++ b/.github/workflows/deploy_library_releases.yml @@ -13,7 +13,7 @@ jobs: uses: actions/checkout@v3.0.0 - name: Set up JDK - uses: actions/setup-java@v3.0.0 + uses: actions/setup-java@v3.1.0 with: distribution: zulu java-version: 17 |