Update actions/checkout and actions/setup-java version to v4

This commit is contained in:
Eddú Meléndez
2024-06-22 13:11:32 -05:00
committed by Christian Tzolov
parent b822107586
commit fd19b4430a
8 changed files with 13 additions and 13 deletions

View File

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