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