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 91f2551 commit 6406d8cCopy full SHA for 6406d8c
.github/workflows/main.yml
@@ -30,7 +30,7 @@ jobs:
30
fetch-depth: 0
31
32
- name: Set up JDK 17
33
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
34
with:
35
distribution: 'temurin'
36
java-version: '17'
.github/workflows/on-release-tag.yml
@@ -12,7 +12,7 @@ jobs:
12
steps:
13
- uses: actions/checkout@v5
14
15
- - uses: actions/setup-java@v4
+ - uses: actions/setup-java@v5
16
17
18
0 commit comments