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 282799a commit 91c5dafCopy full SHA for 91c5daf
.github/workflows/maven-publish.yml
@@ -10,7 +10,7 @@ jobs:
10
permissions:
11
contents: write
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
15
- name: Generate changelog
16
id: changelog
.github/workflows/maven.yml
build:
runs-on: ubuntu-latest
- name: Set up JDK 21
uses: actions/setup-java@v5
with:
0 commit comments