Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 2.3.4 to 2.4.0 (#4867)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Nov 3, 2021
1 parent 84e6ef1 commit 3ba87cd
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 21 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

- name: Setup Node.js environment
uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
repository: mdn/content
path: mdn/content
Expand All @@ -51,7 +51,7 @@ jobs:
# so we can figure out each document's last-modified date.
fetch-depth: 0

- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
repository: mdn/translated-content
path: mdn/translated-content
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/developing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
repository: mdn/content
path: mdn/content
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
# Needs to be a bit more than 1 otherwise it might fail to push
# a new tag.
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/npm-published-simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
repository: mdn/content
path: mdn/content
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
# Needed because of
# https://github.com/GoogleChrome/lighthouse-ci/issues/172
ref: ${{ github.event.pull_request.head.sha }}

- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
repository: mdn/content
path: mdn/content
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-deployer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

- name: Install Python
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

- name: Setup Node.js environment
uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-kumascript.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

- name: Setup Node.js environment
uses: actions/[email protected]
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
if: github.repository == 'mdn/yari'

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
repository: mdn/content
path: mdn/content
Expand All @@ -74,7 +74,7 @@ jobs:
echo "DEPLOYER_BUCKET_PREFIX=${{ github.event.inputs.deployment_prefix || env.DEFAULT_DEPLOYMENT_PREFIX }}" >> $GITHUB_ENV
echo "DEPLOYER_LOG_EACH_SUCCESSFUL_UPLOAD=${{ github.event.inputs.log_each_successful_upload || env.DEFAULT_LOG_EACH_SUCCESSFUL_UPLOAD }}" >> $GITHUB_ENV
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
repository: mdn/translated-content
path: mdn/translated-content
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@ jobs:
if: github.repository == 'mdn/yari'

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
repository: mdn/content
path: mdn/content
Expand All @@ -74,7 +74,7 @@ jobs:
echo "DEPLOYER_BUCKET_PREFIX=${{ github.event.inputs.deployment_prefix || env.DEFAULT_DEPLOYMENT_PREFIX }}" >> $GITHUB_ENV
echo "DEPLOYER_LOG_EACH_SUCCESSFUL_UPLOAD=${{ github.event.inputs.log_each_successful_upload || env.DEFAULT_LOG_EACH_SUCCESSFUL_UPLOAD }}" >> $GITHUB_ENV
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0
with:
repository: mdn/translated-content
path: mdn/translated-content
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.4
- uses: actions/checkout@v2.4.0

- name: Setup Node.js environment
uses: actions/[email protected]
Expand Down

0 comments on commit 3ba87cd

Please sign in to comment.