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 112e982 commit 37fef89Copy full SHA for 37fef89
.github/workflows/maven-build.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
if: "!contains(github.event.head_commit.message, 'ci-skip')"
13
steps:
14
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
15
- name: Set up JDK 11
16
uses: actions/setup-java@v5
17
with:
.github/workflows/maven-release.yml
@@ -8,7 +8,7 @@ jobs:
8
build:
9
10
- name: Generate changelog
id: changelog
0 commit comments