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 5b1d632 commit 7d9dfa6Copy full SHA for 7d9dfa6
.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