Browse Source

Update to actions/checkout@v4

Closes gh-1605
Steve Riesenberg 1 year ago
parent
commit
296ad71aa1
2 changed files with 2 additions and 2 deletions
  1. 1 1
      .github/workflows/deploy-docs.yml
  2. 1 1
      .github/workflows/release-scheduler.yml

+ 1 - 1
.github/workflows/deploy-docs.yml

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

+ 1 - 1
.github/workflows/release-scheduler.yml

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