Skip to content

Commit fc2aebd

Browse files
Update actions/setup-java action to v5.4.0
1 parent b738361 commit fc2aebd

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@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
32+
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.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@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
19+
uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
2020
with:
2121
java-version: '21'
2222
distribution: 'adopt'

0 commit comments

Comments
 (0)