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 e2734b2 commit 87aad45Copy full SHA for 87aad45
.github/workflows/codeql-analysis.yml
@@ -27,7 +27,7 @@ jobs:
27
28
steps:
29
- name: Checkout repository
30
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
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@v4
+ - uses: actions/checkout@v5
12
13
14
- name: Set up JDK 11
0 commit comments