GH-481 - Upgrade GitHub actions checkout action to v4.

This commit is contained in:
Oliver Drotbohm
2024-01-29 18:33:22 +01:00
parent 6efcbea3ec
commit 0eb31ced29
6 changed files with 6 additions and 6 deletions

View File

@@ -16,7 +16,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