Skip to content
This repository was archived by the owner on Jul 24, 2024. It is now read-only.

Commit c1cb367

Browse files
dependabot[bot]nschonni
authored andcommitted
build(deps): bump actions/setup-node from v2.1.3 to v2.1.4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.3 to v2.1.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.1.3...c46424e) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 769f3a6 commit c1cb367

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/lint-js.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
- uses: actions/checkout@v2
2929

30-
- uses: actions/[email protected].3
30+
- uses: actions/[email protected].4
3131

3232
- name: Install packages
3333
run: npm install --unsafe-perm

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/checkout@v2
4242

4343
- name: Setup Node.js environment
44-
uses: actions/[email protected].3
44+
uses: actions/[email protected].4
4545
with:
4646
node-version: ${{ matrix.node }}
4747

.github/workflows/macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v2
2424

2525
- name: Setup Node.js environment
26-
uses: actions/[email protected].3
26+
uses: actions/[email protected].4
2727
with:
2828
node-version: ${{ matrix.node }}
2929

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v2
3434

3535
- name: Setup Node.js environment
36-
uses: actions/[email protected].3
36+
uses: actions/[email protected].4
3737
with:
3838
node-version: ${{ matrix.node }}
3939

0 commit comments

Comments
 (0)