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