Browse Source

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

pull/1280/head
dependabot[bot] 1 year ago committed by GitHub
parent
commit
86f32406f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/deploy-docs.yml
  2. 2
      .github/workflows/maven.yml

2
.github/workflows/deploy-docs.yml

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

2
.github/workflows/maven.yml

@ -15,7 +15,7 @@ jobs: @@ -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@v3
with:

Loading…
Cancel
Save