[devdocsgjs/main: 1787/1867] Update actions/checkout action to v2.3.5
- From: Andy Holmes <andyholmes src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [devdocsgjs/main: 1787/1867] Update actions/checkout action to v2.3.5
- Date: Fri, 19 Nov 2021 23:48:19 +0000 (UTC)
commit ba25b3f0acd3ba699d99325803e653cbe892b8f3
Author: Renovate Bot <bot renovateapp com>
Date: Fri Oct 15 15:58:39 2021 +0000
Update actions/checkout action to v2.3.5
.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 333b2117..b39e0952 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.3.4
+ - uses: actions/checkout@v2.3.5
- name: Set up Ruby
uses: ruby/setup-ruby@v1.83.0
with:
diff --git a/.github/workflows/schedule-doc-report.yml b/.github/workflows/schedule-doc-report.yml
index d93e143b..e9d81b35 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.3.4
+ - uses: actions/checkout@v2.3.5
- name: Set up Ruby
uses: ruby/setup-ruby@v1.83.0
with:
diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 3983cca6..ff12e60d 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.3.4
+ - uses: actions/checkout@v2.3.5
- name: Set up Ruby
uses: ruby/setup-ruby@v1.83.0
with:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]