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 6f03641 commit 315c37dCopy full SHA for 315c37d
.github/workflows/build.yaml
@@ -13,7 +13,7 @@ jobs:
13
steps:
14
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
15
- name: Set up JDK
16
- uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5
+ uses: actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5
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