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 7fba143 commit bae8082Copy full SHA for bae8082
.github/workflows/docker-release.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
# build the JARs
13
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v5
14
with:
15
fetch-depth: 0
16
- name: Set up JDK 11
.github/workflows/maven-release.yml
@@ -9,7 +9,7 @@ jobs:
9
name: Build
@@ -35,7 +35,7 @@ jobs:
35
contents: read
36
packages: write
37
38
39
40
41
0 commit comments