瀏覽代碼

Update to actions/checkout@v4

Closes gh-1605
Steve Riesenberg 1 年之前
父節點
當前提交
296ad71aa1
共有 2 個文件被更改,包括 2 次插入2 次删除
  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'
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           ref: docs-build
           fetch-depth: 1

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

@@ -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