diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-05-04 19:55:07 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-04 19:55:07 +0530 |
commit | cba7f798c38e25395edf84c1cb4e2a8be6315edb (patch) | |
tree | c5064d55160d946243593d4d808228bcb4888900 /.github/workflows/deploy_snapshot.yml | |
parent | 82998564525fe19654caa566c19fddf1dc5a6630 (diff) |
chore(deps): update actions/setup-java action to v3.3.0 (#1895)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Diffstat (limited to '.github/workflows/deploy_snapshot.yml')
-rw-r--r-- | .github/workflows/deploy_snapshot.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/deploy_snapshot.yml b/.github/workflows/deploy_snapshot.yml index bf8c0104..1b1af19a 100644 --- a/.github/workflows/deploy_snapshot.yml +++ b/.github/workflows/deploy_snapshot.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@v3.2.0 + uses: actions/setup-java@v3.3.0 with: distribution: zulu java-version: 17 |