Skip to content

Commit 2ed5670

Browse files
chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1 (#400)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent ba2426d commit 2ed5670

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/[email protected]
1010
- name: Use Node.js
11-
uses: actions/[email protected].0
11+
uses: actions/[email protected].1
1212
with:
1313
node-version: 14
1414
cache: 'yarn'
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/[email protected]
2121
- name: Use Node.js
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
node-version: 14
2525
cache: 'yarn'
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/[email protected]
3434
- name: Use Node.js
35-
uses: actions/[email protected].0
35+
uses: actions/[email protected].1
3636
with:
3737
node-version: 14
3838
- run: yarn --pure-lockfile
@@ -55,7 +55,7 @@ jobs:
5555
env:
5656
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
5757
- name: Use Node.js
58-
uses: actions/[email protected].0
58+
uses: actions/[email protected].1
5959
with:
6060
node-version: 14
6161
- run: yarn --pure-lockfile

.github/workflows/pull_request_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/[email protected]
1212
- name: Use Node.js
13-
uses: actions/[email protected].0
13+
uses: actions/[email protected].1
1414
with:
1515
node-version: 16
1616
cache: 'yarn'

0 commit comments

Comments
 (0)