Skip to content

Commit 28f0cd4

Browse files
renovate[bot]laeubi
authored andcommitted
Update actions/setup-java action to v5.6.0
1 parent 1871a09 commit 28f0cd4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Credentials are needed to push GitHub pages.
3030
persist-credentials: true
3131
- name: Set up JDK
32-
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
32+
uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
3333
with:
3434
java-version: '21'
3535
distribution: 'adopt'

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
persist-credentials: false
1818
- name: Set up JDK
19-
uses: actions/setup-java@0f481fcb613427c0f801b606911222b5b6f3083a # v5.5.0
19+
uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 # v5.6.0
2020
with:
2121
java-version: '21'
2222
distribution: 'adopt'

0 commit comments

Comments
 (0)