Skip to content

Commit

Permalink
build(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#4728)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 28, 2021
1 parent 1537e0e commit b583654
Show file tree
Hide file tree
Showing 11 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/aws-lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup Node.js environment
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: "12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
path: mdn/translated-content

- name: Setup Node.js environment
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: "12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/developing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
path: mdn/content

- name: Setup Node.js environment
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: "12"
cache: "yarn"
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 @@ -21,7 +21,7 @@ jobs:
fetch-depth: 10

- name: Setup Node.js environment
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: "12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/npm-published-simulation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
path: mdn/content

- name: Setup Node.js environment
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: "12"
cache: "yarn"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/performance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
path: mdn/content

- name: Setup Node.js environment
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: "12"

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 @@ -14,7 +14,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup Node.js environment
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: "12"
cache: "yarn"
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 @@ -24,7 +24,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup Node.js environment
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: "12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
path: mdn/translated-content

- name: Setup Node.js environment
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: "12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
path: mdn/translated-content

- name: Setup Node.js environment
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: "12"

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- uses: actions/[email protected]

- name: Setup Node.js environment
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
node-version: "12"
cache: "yarn"
Expand Down

0 comments on commit b583654

Please sign in to comment.