diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-09-20 22:18:51 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-09-20 22:18:51 +0530 |
commit | 31b106ccbe3bc373ba2d7629590a0cea0c1d3fe5 (patch) | |
tree | 15e897edd2d19b1cf658d5bd43106278391736ee /.github/workflows/pull_request.yml | |
parent | 6fa7b63a93a51f70a2f3d900894ae357c1d553c4 (diff) |
chore(deps): update actions/setup-java action to v3.13.0 (#2690)
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 5b5546dc..42d1ef92 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@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0 + uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 with: distribution: temurin java-version: 20 @@ -73,7 +73,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0 + uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 with: distribution: temurin java-version: 20 @@ -111,7 +111,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0 + uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 with: distribution: temurin java-version: 20 @@ -142,7 +142,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0 + uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 with: distribution: temurin java-version: 20 @@ -173,7 +173,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0 + uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3.13.0 with: distribution: temurin java-version: 20 |