We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b738361 commit fc2aebdCopy full SHA for fc2aebd
2 files changed
.github/workflows/deploy.yml
@@ -29,7 +29,7 @@ jobs:
29
# Credentials are needed to push GitHub pages.
30
persist-credentials: true
31
- name: Set up JDK
32
- uses: actions/setup-java@ad2b38190b15e4d6bdf0c97fb4fca8412226d287 # v5.3.0
+ uses: actions/setup-java@1bcf9fb12cf4aa7d266a90ae39939e61372fe520 # v5.4.0
33
with:
34
java-version: '21'
35
distribution: 'adopt'
.github/workflows/test.yaml
@@ -16,7 +16,7 @@ jobs:
16
17
persist-credentials: false
18
19
20
21
22
0 commit comments