Merge pull request #251 from spring-cloud/dependabot/github_actions/main/actions/checkout-4

Bump actions/checkout from 2 to 4
This commit is contained in:
Ryan Baxter
2024-07-16 10:20:23 -04:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -15,7 +15,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v1
with:

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