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