diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-06-22 01:28:19 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-22 01:28:19 +0530 |
commit | 11d4c53af94f51f28b01757c8d76cdd67ca88b27 (patch) | |
tree | abb359769ca68b3ceb7bf7dd213c90b888ada51e /.github/workflows/deploy_library_releases.yml | |
parent | 77fa6251ef295500e571fa4bd07daf9db430a25b (diff) |
chore(deps): update actions/setup-java action to v3.4.0 (#1971)
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 5d698a6f..67bf732c 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.2 - name: Set up JDK - uses: actions/setup-java@v3.3.0 + uses: actions/setup-java@v3.4.0 with: distribution: temurin java-version: 17 |