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 f55861b + 4ae1b4d commit 52b9fc7Copy full SHA for 52b9fc7
.github/workflows/codeql.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- name: Checkout repository
18
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
19
20
- name: Set up JDK
21
uses: actions/setup-java@v5
.github/workflows/deploy-docs.yml
@@ -16,7 +16,7 @@ jobs:
# if: github.repository_owner == 'spring-cloud'
- name: Checkout
with:
ref: docs-build
22
fetch-depth: 1
.github/workflows/maven.yml
runs-on: ubuntu-latest
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
0 commit comments