diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-07-11 21:50:30 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-11 21:50:30 +0530 |
commit | 6b23934c7d2fbcb4d4235825c5f9d5576926685d (patch) | |
tree | d8c1cdafbbaf7c64ac791d5e92b8537ec5540452 /.github/workflows/deploy_snapshot.yml | |
parent | 1c82f301da88d672461900f1f4cf147fe0141b62 (diff) |
chore(deps): update actions/setup-java action to v3.4.1 (#1992)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.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 2b6aa13f..8d4826c1 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.4.0 + uses: actions/setup-java@v3.4.1 with: distribution: temurin java-version: 17 |