Browse Source

Update to actions/checkout@v4

Closes gh-1605
pull/1676/head
Steve Riesenberg 2 years ago
parent
commit
296ad71aa1
No known key found for this signature in database
GPG Key ID: 3D0169B18AB8F0A9
  1. 2
      .github/workflows/deploy-docs.yml
  2. 2
      .github/workflows/release-scheduler.yml

2
.github/workflows/deploy-docs.yml

@ -23,7 +23,7 @@ jobs: @@ -23,7 +23,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/release-scheduler.yml

@ -18,7 +18,7 @@ jobs: @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 1
- name: Dispatch

Loading…
Cancel
Save