Skip to content

Commit e758ea1

Browse files
authored
Merge pull request #16 from Chantouch/dependabot/github_actions/actions/setup-node-v2.1.5
fix(deps): bump actions/setup-node from v2.1.4 to v2.1.5
2 parents 2b0f637 + 30a82cc commit e758ea1

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)