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 3ecb4f0 commit 0337c3fCopy full SHA for 0337c3f
.github/workflows/release.yml
@@ -17,7 +17,7 @@ jobs:
17
with:
18
token: '${{ secrets.PERSONAL_ACCESS_TOKEN }}'
19
- name: Set up JDK 17
20
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
21
22
java-version: 17
23
distribution: oracle
.github/workflows/test.yml
@@ -7,7 +7,7 @@ jobs:
7
steps:
8
- uses: actions/checkout@v4
9
10
11
12
13
0 commit comments