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 e826698 commit 0b296bbCopy full SHA for 0b296bb
3 files changed
.github/workflows/maven-build.yml
@@ -12,7 +12,7 @@ jobs:
12
build:
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
16
- name: Set up JDK 17
17
uses: actions/setup-java@v4
18
with:
.github/workflows/maven-pr.yml
@@ -8,7 +8,7 @@ jobs:
8
9
10
11
.github/workflows/maven-release.yml
@@ -10,7 +10,7 @@ jobs:
permissions:
contents: write
- name: Generate changelog
id: changelog
0 commit comments