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 69cf483 commit 565626aCopy full SHA for 565626a
.github/workflows/build.yml
@@ -23,7 +23,7 @@ jobs:
23
24
# Set JDK
25
- name: Set up JDK
26
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
27
with:
28
java-version: '17'
29
distribution: 'temurin'
.github/workflows/publish-package.yml
@@ -18,7 +18,7 @@ jobs:
18
steps:
19
- uses: actions/checkout@v5
20
- name: Set up JDK 17
21
22
0 commit comments