diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-07-24 18:52:13 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-24 18:52:13 +0530 |
commit | 76fa07031bf468a7e16719f8df91b6071b5c844b (patch) | |
tree | cb47a4b414377f2e8f5c1638a4160b16c562f89b /.github/workflows/pull_request.yml | |
parent | 97415e3b2969aaee5d43f812e9fe439d4ae95bb7 (diff) |
chore(deps): update actions/setup-java action to v3.12.0 (#2619)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/pull_request.yml')
-rw-r--r-- | .github/workflows/pull_request.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 8c103959..2f7d1870 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -42,7 +42,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0 + uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0 with: distribution: temurin java-version: 18 @@ -73,7 +73,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0 + uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0 with: distribution: temurin java-version: 18 @@ -111,7 +111,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0 + uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0 with: distribution: temurin java-version: 18 @@ -142,7 +142,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0 + uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0 with: distribution: temurin java-version: 18 @@ -173,7 +173,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0 + uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0 with: distribution: temurin java-version: 18 |