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.
2 parents 7336107 + d2a7abd commit c985bc3Copy full SHA for c985bc3
.github/workflows/build.yaml
@@ -8,7 +8,7 @@ jobs:
8
steps:
9
- uses: actions/checkout@v5
10
- name: Set up JDK 17
11
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
12
with:
13
java-version: '17'
14
distribution: 'adopt'
.github/workflows/publish.yaml
@@ -11,7 +11,7 @@ jobs:
15
16
17
0 commit comments