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

Update actions/checkout action to v2.4.0
pull/1659/head
renovate[bot] 3 years ago committed by GitHub
commit 380b089dee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

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

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

Loading…
Cancel
Save