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 018d4d3 commit d810d6bCopy full SHA for d810d6b
.github/workflows/build.yaml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
15
- name: Set up JDK
16
- uses: actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4
+ uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4
17
with:
18
distribution: 'temurin'
19
java-version: '21'
.github/workflows/publish.yml
@@ -18,7 +18,7 @@ jobs:
node-version-file: '.nvmrc'
20
21
22
23
24
0 commit comments