Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 2.4.0 to 3 (#5407)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 2, 2022
1 parent 20f7e8a commit c487610
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 23 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.4.0
- uses: actions/checkout@v3

- name: Setup Node.js environment
uses: actions/setup-node@v3
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.4.0
- uses: actions/checkout@v3

- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
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.4.0
- uses: actions/checkout@v3
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.4.0
- uses: actions/checkout@v3

- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
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.4.0
- uses: actions/checkout@v3
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.4.0
- uses: actions/checkout@v3

- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
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.4.0
- uses: actions/checkout@v3
with:
# Needed because of
# https://github.com/GoogleChrome/lighthouse-ci/issues/172
ref: ${{ github.event.pull_request.head.sha }}

- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
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.4.0
- uses: actions/checkout@v3

- 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.4.0
- uses: actions/checkout@v3

- name: Setup Node.js environment
uses: actions/setup-node@v3
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.4.0
- uses: actions/checkout@v3

- name: Setup Node.js environment
uses: actions/setup-node@v3
Expand Down
8 changes: 4 additions & 4 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.4.0
- uses: actions/checkout@v3

- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
repository: mdn/content
path: mdn/content
Expand All @@ -74,12 +74,12 @@ 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.4.0
- uses: actions/checkout@v3
with:
repository: mdn/translated-content
path: mdn/translated-content

- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
repository: mdn/mdn-contributor-spotlight
path: mdn/mdn-contributor-spotlight
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ jobs:
if: github.repository == 'mdn/yari'

steps:
- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
ref: stage

- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
repository: mdn/content
path: mdn/content
Expand All @@ -76,12 +76,12 @@ 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.4.0
- uses: actions/checkout@v3
with:
repository: mdn/translated-content
path: mdn/translated-content

- uses: actions/checkout@v2.4.0
- uses: actions/checkout@v3
with:
repository: mdn/mdn-contributor-spotlight
path: mdn/mdn-contributor-spotlight
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.4.0
- uses: actions/checkout@v3

- name: Setup Node.js environment
uses: actions/setup-node@v3
Expand Down

0 comments on commit c487610

Please sign in to comment.