mirror of
https://github.com/freeCodeCamp/devdocs
synced 2024-11-16 19:48:10 +01:00
Update actions/checkout action to v2.4.0
This commit is contained in:
parent
a50f11fbe7
commit
2e5f80354f
3 changed files with 3 additions and 3 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
if: github.repository == 'freeCodeCamp/devdocs'
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.5
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1.84.0
|
||||
with:
|
||||
|
|
2
.github/workflows/schedule-doc-report.yml
vendored
2
.github/workflows/schedule-doc-report.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
runs-on: ubuntu-20.04
|
||||
if: github.repository == 'freeCodeCamp/devdocs'
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.5
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1.84.0
|
||||
with:
|
||||
|
|
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
|
@ -9,7 +9,7 @@ jobs:
|
|||
test:
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- uses: actions/checkout@v2.3.5
|
||||
- uses: actions/checkout@v2.4.0
|
||||
- name: Set up Ruby
|
||||
uses: ruby/setup-ruby@v1.84.0
|
||||
with:
|
||||
|
|
Loading…
Reference in a new issue