aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/deploy_library_releases.yml
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2022-02-17 04:58:48 +0000
committerGitHub <noreply@github.com>2022-02-17 04:58:48 +0000
commit3939003dececfec80cf7e8d3d776b50686e0f125 (patch)
tree9f8f4ff3e7b06066530bb83e83f2d2c6ad44cadf /.github/workflows/deploy_library_releases.yml
parentc9992a64fc2ab1f137b08709b8090fab33fc5cf8 (diff)
chore(deps): update actions/setup-java action to v2.5.0 (#1734)
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.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 f2197f8f..2b7a567d 100644
--- a/.github/workflows/deploy_library_releases.yml
+++ b/.github/workflows/deploy_library_releases.yml
@@ -13,7 +13,7 @@ jobs:
uses: actions/checkout@v2.4.0
- name: Set up JDK
- uses: actions/setup-java@v2.4.0
+ uses: actions/setup-java@v2.5.0
with:
distribution: zulu
java-version: 17