Update to actions/checkout@v4

Closes gh-1605
This commit is contained in:
Steve Riesenberg
2024-05-02 15:18:52 -05:00
parent e393bd15a3
commit 296ad71aa1
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ jobs:
if: github.repository_owner == 'spring-projects'
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: docs-build
fetch-depth: 1