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 0dbc8f2 commit 7f6d13cCopy full SHA for 7f6d13c
.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@v4
20
with:
21
ref: docs-build
22
fetch-depth: 1
.github/workflows/maven.yml
@@ -19,7 +19,7 @@ jobs:
java: ["17"]
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
23
- name: Set up JDK ${{ matrix.java }}
24
uses: actions/setup-java@v3
25
0 commit comments