Skip to content

Commit 0ce5b43

Browse files
chore(deps): update actions/setup-java digest to e42168c (#371)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d7b3ca0 commit 0ce5b43

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/merge.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
2424
- name: Set up JDK 8
25-
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
25+
uses: actions/setup-java@e42168ca1a833395367a6bce0db2a62f7fe4da81
2626
with:
2727
java-version: '8'
2828
distribution: 'temurin'

.github/workflows/pullrequest.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
2020

2121
- name: Set up JDK 8
22-
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
22+
uses: actions/setup-java@e42168ca1a833395367a6bce0db2a62f7fe4da81
2323
with:
2424
java-version: '8'
2525
distribution: 'temurin'

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
3333
- name: Set up JDK 8
3434
if: ${{ steps.release.outputs.releases_created }}
35-
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2
35+
uses: actions/setup-java@e42168ca1a833395367a6bce0db2a62f7fe4da81
3636
with:
3737
java-version: '8'
3838
distribution: 'temurin'

0 commit comments

Comments
 (0)