diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2023-03-27 19:27:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 19:27:47 +0000 |
commit | 0e474e127d7a293e76de1010ae4692ad8e99c8c8 (patch) | |
tree | e0169a6cbd86d24c2372e24c793425fba4835a00 /.github/workflows/pull_request.yml | |
parent | 25ffacd21385d8ae48c9b781e8ff9a838a0dccb5 (diff) |
chore(deps): update actions/setup-java action to v3.11.0 (#2442)
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 | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 46d7f195..431ce4e5 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@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0 + uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0 with: distribution: temurin java-version: 18 @@ -73,7 +73,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0 + uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0 with: distribution: temurin java-version: 18 @@ -111,7 +111,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0 + uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0 with: distribution: temurin java-version: 18 @@ -142,7 +142,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0 + uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0 with: distribution: temurin java-version: 18 @@ -173,7 +173,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0 + uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0 with: distribution: temurin java-version: 18 @@ -204,7 +204,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3.10.0 + uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3.11.0 with: distribution: temurin java-version: 18 |