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 e393bd1 commit 296ad71Copy full SHA for 296ad71
.github/workflows/deploy-docs.yml
@@ -23,7 +23,7 @@ jobs:
23
if: github.repository_owner == 'spring-projects'
24
steps:
25
- name: Checkout
26
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
27
with:
28
ref: docs-build
29
fetch-depth: 1
.github/workflows/release-scheduler.yml
@@ -18,7 +18,7 @@ jobs:
18
runs-on: ubuntu-latest
19
20
21
22
- name: Dispatch
0 commit comments