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 7becd28 commit a05e77fCopy full SHA for a05e77f
.github/workflows/maven-build.yml
@@ -14,7 +14,7 @@ jobs:
14
steps:
15
- uses: actions/checkout@v6
16
- name: Set up JDK 17
17
- uses: actions/setup-java@v4
+ uses: actions/setup-java@v5
18
with:
19
java-version: '17'
20
distribution: 'temurin'
.github/workflows/maven-pr.yml
@@ -10,7 +10,7 @@ jobs:
10
11
12
13
.github/workflows/maven-release.yml
@@ -19,7 +19,7 @@ jobs:
myToken: ${{ secrets.GITHUB_TOKEN }}
21
22
23
24
25
0 commit comments