We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a85c20e + 037c2bb commit 08ed17cCopy full SHA for 08ed17c
2 files changed
.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@v3
+ uses: actions/checkout@v6
20
with:
21
ref: docs-build
22
fetch-depth: 1
.github/workflows/maven-publish.yml
packages: write
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
- name: Set up JDK 17
uses: actions/setup-java@v5
0 commit comments