diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-04-11 21:18:04 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-04-11 21:18:04 +0530 |
commit | 8eef38dd0c05f0e6d33de75667303c5f7881d039 (patch) | |
tree | 4dd64a49e2768a3881bae00d2ea9f3d3bfc074e5 /.github/workflows/deploy_library_releases.yml | |
parent | cf1140374ed143bedca4bfab130aa24394d6b413 (diff) |
chore(deps): update actions/setup-java action to v3.1.1 (#1839)
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 b7f97ee0..a2ecac6e 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.1.0 + uses: actions/setup-java@v3.1.1 with: distribution: zulu java-version: 17 |