Skip to content

Commit c4558fe

Browse files
dependabot[bot]rvagg
authored andcommitted
chore(deps): bump actions/setup-node from 2.4.0 to 2.4.1
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]>
1 parent f124fb9 commit c4558fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test-and-release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- name: Checkout Repository
1313
uses: actions/[email protected]
1414
- name: Use Node.js ${{ matrix.node }}
15-
uses: actions/[email protected].0
15+
uses: actions/[email protected].1
1616
with:
1717
node-version: ${{ matrix.node }}
1818
- name: Install Dependencies
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
fetch-depth: 0
3434
- name: Setup Node.js
35-
uses: actions/[email protected].0
35+
uses: actions/[email protected].1
3636
with:
3737
node-version: 14
3838
- name: Install dependencies

0 commit comments

Comments
 (0)