diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2022-12-06 20:54:01 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-06 20:54:01 +0530 |
commit | 646e55ae2a19c9a6230e2b3563be096a93285e38 (patch) | |
tree | 193b88730638137bb0005dbacbb8fc2ab4993bbb /.github/workflows/pull_request.yml | |
parent | a4ac146648f11ffa63ce9ecaa2ef46948b9c0a73 (diff) |
chore(deps): update actions/setup-java action to v3.8.0 (#2283)
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 95e28db7..05a98d06 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -40,7 +40,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d # v3.7.0 + uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3.8.0 with: distribution: temurin java-version: 18 @@ -71,7 +71,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d # v3.7.0 + uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3.8.0 with: distribution: temurin java-version: 18 @@ -109,7 +109,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d # v3.7.0 + uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3.8.0 with: distribution: temurin java-version: 18 @@ -140,7 +140,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d # v3.7.0 + uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3.8.0 with: distribution: temurin java-version: 18 @@ -171,7 +171,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d # v3.7.0 + uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3.8.0 with: distribution: temurin java-version: 18 @@ -202,7 +202,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@19eeec562b37d29a1ad055b7de9c280bd0906d8d # v3.7.0 + uses: actions/setup-java@c3ac5dd0ed8db40fedb61c32fbe677e6b355e94c # v3.8.0 with: distribution: temurin java-version: 18 |