Bump actions/checkout from 2 to 4 (#4190)

This commit is contained in:
dependabot[bot]
2023-09-26 15:42:19 +02:00
committed by GitHub
parent 715ee973ca
commit ad0d5eb4dc
2 changed files with 2 additions and 2 deletions

View File

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

View File

@@ -19,7 +19,7 @@ jobs:
java: ["17"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v2
with: