diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-03-13 17:26:49 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-13 17:26:49 +0000 |
commit | 8c8d83e1621451c9f857e0d25ebc9a21594f6ed1 (patch) | |
tree | 8393987b1731b256b4d73cad11255d515fb8565b /.github/workflows/pull_request.yml | |
parent | 095965e58738c19e2faf424d2e145885624eb6ef (diff) |
chore(deps): update actions/setup-java action to v4.2.0 (#2955)
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 db4a1e90..c3562ac2 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -21,7 +21,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0 + uses: actions/setup-java@5896cecc08fd8a1fbdfaf517e29b571164b031f7 # v4.2.0 with: distribution: temurin java-version: 20 @@ -51,7 +51,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0 + uses: actions/setup-java@5896cecc08fd8a1fbdfaf517e29b571164b031f7 # v4.2.0 with: distribution: temurin java-version: 20 @@ -88,7 +88,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0 + uses: actions/setup-java@5896cecc08fd8a1fbdfaf517e29b571164b031f7 # v4.2.0 with: distribution: temurin java-version: 20 @@ -118,7 +118,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0 + uses: actions/setup-java@5896cecc08fd8a1fbdfaf517e29b571164b031f7 # v4.2.0 with: distribution: temurin java-version: 20 @@ -148,7 +148,7 @@ jobs: fetch-depth: 0 - name: Set up JDK - uses: actions/setup-java@9704b39bf258b59bc04b50fa2dd55e9ed76b47a8 # v4.1.0 + uses: actions/setup-java@5896cecc08fd8a1fbdfaf517e29b571164b031f7 # v4.2.0 with: distribution: temurin java-version: 20 |