[devdocsgjs/main: 17/64] chore(deps): update actions/checkout action to v2.4.1




commit 17fe33abfcb4ce5956c06ef9b6d6f19648723914
Author: Renovate Bot <bot renovateapp com>
Date:   Sat Apr 16 01:54:04 2022 +0000

    chore(deps): update actions/checkout action to v2.4.1

 .github/workflows/build.yml               | 2 +-
 .github/workflows/schedule-doc-report.yml | 2 +-
 .github/workflows/test.yml                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 918678e8..f0925f52 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -11,7 +11,7 @@ jobs:
     runs-on: ubuntu-20.04
     if: github.repository == 'freeCodeCamp/devdocs'
     steps:
-    - uses: actions/checkout@v2.4.0
+    - uses: actions/checkout@v2.4.1
     - name: Set up Ruby
       uses: ruby/setup-ruby@v1.100.1
       with:
diff --git a/.github/workflows/schedule-doc-report.yml b/.github/workflows/schedule-doc-report.yml
index a6ae048c..4d0494f4 100644
--- a/.github/workflows/schedule-doc-report.yml
+++ b/.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.4.0
+    - uses: actions/checkout@v2.4.1
     - name: Set up Ruby
       uses: ruby/setup-ruby@v1.100.1
       with:
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index e36db1ce..8a62ee27 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -9,7 +9,7 @@ jobs:
   test:
     runs-on: ubuntu-20.04
     steps:
-    - uses: actions/checkout@v2.4.0
+    - uses: actions/checkout@v2.4.1
     - name: Set up Ruby
       uses: ruby/setup-ruby@v1.100.1
       with:


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]