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




commit 5e94986cacd6ce7bc63fbbaf4715928083abefd6
Author: Renovate Bot <bot renovateapp com>
Date:   Sat Apr 23 00:02:14 2022 +0000

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

 .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 362329a9..3443ca94 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.1
+    - uses: actions/checkout@v2.4.2
     - name: Set up Ruby
       uses: ruby/setup-ruby@v1.101.0
       with:
diff --git a/.github/workflows/schedule-doc-report.yml b/.github/workflows/schedule-doc-report.yml
index 4bec95a5..6de6265c 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.1
+    - uses: actions/checkout@v2.4.2
     - name: Set up Ruby
       uses: ruby/setup-ruby@v1.101.0
       with:
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 21e72e8c..df1a3bf6 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.1
+    - uses: actions/checkout@v2.4.2
     - name: Set up Ruby
       uses: ruby/setup-ruby@v1.101.0
       with:


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