Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 2 to 2.3.4 (#3785)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored and peterbe committed Jun 1, 2021
1 parent 659c8f0 commit 6df8ccd
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/content-origin-request.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
- uses: actions/checkout@v2.3.4

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

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

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

- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
if: "contains(github.event.inputs.archived_content, 'true')"
with:
repository: mdn/archived-content
path: mdn/archived-content

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

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

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

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

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

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

- name: Setup Node.js environment
uses: actions/[email protected]
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 @@ -55,9 +55,9 @@ jobs:
if: github.repository == 'mdn/yari'

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

- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
with:
repository: mdn/content
path: mdn/content
Expand All @@ -80,13 +80,13 @@ 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
- uses: actions/checkout@v2.3.4
if: "contains(env.BUILD_ARCHIVED_CONTENT, 'true')"
with:
repository: mdn/archived-content
path: mdn/archived-content

- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
with:
repository: mdn/translated-content
path: mdn/translated-content
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 @@ -55,9 +55,9 @@ jobs:
if: github.repository == 'mdn/yari'

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

- uses: actions/checkout@v2
- uses: actions/checkout@v2.3.4
with:
repository: mdn/content
path: mdn/content
Expand All @@ -80,13 +80,13 @@ 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
- uses: actions/checkout@v2.3.4
if: "contains(env.BUILD_ARCHIVED_CONTENT, 'true')"
with:
repository: mdn/archived-content
path: mdn/archived-content

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

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

0 comments on commit 6df8ccd

Please sign in to comment.