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 1253554 + f0de687 commit 4fb9a3cCopy full SHA for 4fb9a3c
.github/workflows/codeql-analysis.yml
@@ -27,7 +27,7 @@ jobs:
27
28
steps:
29
- name: Checkout repository
30
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
31
# Get full history for spotless ratchetFrom
32
with:
33
fetch-depth: 0
.github/workflows/maven.yaml
@@ -8,7 +8,7 @@ jobs:
8
runs-on: ubuntu-latest
9
10
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
12
13
14
- name: Set up JDK 17
0 commit comments