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.
2 parents cf7f106 + bb9d0ff commit c755d52Copy full SHA for c755d52
.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-latest
12
13
steps:
14
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
15
16
- name: Set up JDK 17
17
uses: actions/setup-java@v5
.github/workflows/maven-release.yml
- name: Checkout code
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
with:
persist-credentials: false
fetch-depth: 0
0 commit comments