aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy_library_releases.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-06-22 01:28:19 +0530
committerGitHub <noreply@github.com>2022-06-22 01:28:19 +0530
commit11d4c53af94f51f28b01757c8d76cdd67ca88b27 (patch)
treeabb359769ca68b3ceb7bf7dd213c90b888ada51e /.github/workflows/deploy_library_releases.yml
parent77fa6251ef295500e571fa4bd07daf9db430a25b (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.yml2
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