Skip to content

Commit 30a82cc

Browse files
fix(deps): bump actions/setup-node from v2.1.4 to v2.1.5
Bumps [actions/setup-node](https://github.com/actions/setup-node) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v2.1.4...46071b5) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b0f637 commit 30a82cc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/[email protected]
1313
with:
1414
fetch-depth: 1
15-
- uses: actions/[email protected].4
15+
- uses: actions/[email protected].5
1616
with:
1717
node-version: 12
1818
- run: npm install
@@ -28,7 +28,7 @@ jobs:
2828
- uses: actions/[email protected]
2929
with:
3030
fetch-depth: 1
31-
- uses: actions/[email protected].4
31+
- uses: actions/[email protected].5
3232
with:
3333
node-version: 12
3434
registry-url: https://npm.pkg.github.com/
@@ -48,7 +48,7 @@ jobs:
4848
# - uses: actions/[email protected]
4949
# with:
5050
# fetch-depth: 1
51-
# - uses: actions/[email protected].4
51+
# - uses: actions/[email protected].5
5252
# with:
5353
# node-version: 12
5454
# registry-url: https://registry.npmjs.org/

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/[email protected]
2323
with:
2424
fetch-depth: 1
25-
- uses: actions/[email protected].4
25+
- uses: actions/[email protected].5
2626
with:
2727
node-version: ${{ matrix.node-version }}
2828
- run: npm install

0 commit comments

Comments
 (0)