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 f216c26 + aaeaba2 commit 781f71cCopy full SHA for 781f71c
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ jobs:
11
steps:
12
- uses: actions/checkout@v4
13
- name: Set up JDK 17
14
- uses: actions/setup-java@v3
+ uses: actions/setup-java@v4
15
with:
16
java-version: '17'
17
distribution: 'zulu'
.github/workflows/test.yml
@@ -13,7 +13,7 @@ jobs:
18
19
0 commit comments