Skip to content

Commit efbf278

Browse files
dependabot[bot]kodiakhq[bot]
authored andcommitted
Bump actions/setup-node from 2.5.0 to 2.5.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 2.5.0 to 2.5.1. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.5.0...v2.5.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 3c26582 commit efbf278

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/continuous-integration-javascript.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525

2626
# https://github.com/actions/setup-node
2727
- name: Use Node.js ${{ matrix.node-version }}
28-
uses: actions/[email protected].0
28+
uses: actions/[email protected].1
2929
with:
3030
node-version: ${{ matrix.node-version }}
3131
cache: 'yarn'

.github/workflows/npm-publisher.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Use Node.js 14.x
23-
uses: actions/[email protected].0
23+
uses: actions/[email protected].1
2424
with:
2525
node-version: 14.x
2626

.github/workflows/shipit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
fetch-depth: 0
2020

2121
- name: Use Node.js 16.x
22-
uses: actions/[email protected].0
22+
uses: actions/[email protected].1
2323
with:
2424
node-version: 16.x
2525
cache: 'yarn'

0 commit comments

Comments
 (0)