Skip to content

Commit ccaf276

Browse files
Bump actions/setup-node from v2.1.2 to v2.1.4
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.2 to v2.1.4. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.1.2...c46424e) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 080e15e commit ccaf276

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: 'actions/checkout@v2'
2121

2222
- name: Use Node.js ${{ matrix.node-version }}
23-
uses: 'actions/[email protected].2'
23+
uses: 'actions/[email protected].4'
2424
with:
2525
node-version: ${{ matrix.node-version }}
2626

.github/workflows/npm-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
path: '**/node_modules'
1919
key: ${{ runner.os }}-${{ hashFiles('**/package.json') }}
2020

21-
- uses: 'actions/[email protected].2'
21+
- uses: 'actions/[email protected].4'
2222
with:
2323
node-version: 14
2424
registry-url: 'https://registry.npmjs.org/'

0 commit comments

Comments
 (0)