Skip to content

Commit bd2d0a0

Browse files
chore(deps): update actions/setup-java digest to 5ffc13f (#260)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 91d1304 commit bd2d0a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3
1717

1818
- name: Set up JDK 8
19-
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3
19+
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3
2020
with:
2121
java-version: '8'
2222
distribution: 'temurin'

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- name: Set up JDK 8
2525
if: ${{ steps.release.outputs.releases_created }}
26-
uses: actions/setup-java@3f07048e3d294f56e9b90ac5ea2c6f74e9ad0f98 # v3
26+
uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 # v3
2727
with:
2828
java-version: '8'
2929
distribution: 'temurin'

0 commit comments

Comments
 (0)