浏览代码

Merge pull request #1620 from freeCodeCamp/renovate/actions-checkout-2.x

Update actions/checkout action to v2.3.5
Oliver Eyton-Williams 4 年之前
父节点
当前提交
6e08f3d2bc
共有 3 个文件被更改,包括 3 次插入3 次删除
  1. 1 1
      .github/workflows/build.yml
  2. 1 1
      .github/workflows/schedule-doc-report.yml
  3. 1 1
      .github/workflows/test.yml

+ 1 - 1
.github/workflows/build.yml

@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-20.04
     if: github.repository == 'freeCodeCamp/devdocs'
     steps:
-    - uses: actions/checkout@v2.3.4
+    - uses: actions/checkout@v2.3.5
     - name: Set up Ruby
       uses: ruby/setup-ruby@v1.83.0
       with:

+ 1 - 1
.github/workflows/schedule-doc-report.yml

@@ -8,7 +8,7 @@ jobs:
     runs-on: ubuntu-20.04
     if: github.repository == 'freeCodeCamp/devdocs'
     steps:
-    - uses: actions/checkout@v2.3.4
+    - uses: actions/checkout@v2.3.5
     - name: Set up Ruby
       uses: ruby/setup-ruby@v1.83.0
       with:

+ 1 - 1
.github/workflows/test.yml

@@ -9,7 +9,7 @@ jobs:
   test:
     runs-on: ubuntu-20.04
     steps:
-    - uses: actions/checkout@v2.3.4
+    - uses: actions/checkout@v2.3.5
     - name: Set up Ruby
       uses: ruby/setup-ruby@v1.83.0
       with: