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 a9b50cc commit ea4305eCopy full SHA for ea4305e
.github/workflows/ci.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v5
16
- name: Set up JDK
17
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
18
with:
19
distribution: 'adopt'
20
java-version: 17
.github/workflows/publish.yml
@@ -21,7 +21,7 @@ jobs:
21
repo-token: ${{ secrets.GITHUB_TOKEN }}
22
23
24
25
26
27
0 commit comments