فهرست منبع

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