Skip to content

Commit ca70a23

Browse files
renovate-botrenovate[bot]
authored andcommitted
chore(deps): update actions/setup-node action to v2.1.5
1 parent 9e08b4e commit ca70a23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
repository: ${{ github.event.pull_request.head.repo.full_name }}
2424
ref: ${{ github.head_ref }}
2525
- name: setup node.js ${{ matrix.node-version }}
26-
uses: actions/[email protected].4
26+
uses: actions/[email protected].5
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
- name: caching node modules

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/[email protected]
2121
- name: setup node.js ${{ matrix.node-version }}
22-
uses: actions/[email protected].4
22+
uses: actions/[email protected].5
2323
with:
2424
node-version: ${{ matrix.node-version }}
2525
- name: caching node modules
@@ -62,7 +62,7 @@ jobs:
6262
steps:
6363
- uses: actions/[email protected]
6464
- name: setup node.js ${{ matrix.node-version }}
65-
uses: actions/[email protected].4
65+
uses: actions/[email protected].5
6666
with:
6767
node-version: ${{ matrix.node-version }}
6868
registry-url: https://registry.npmjs.org/
@@ -99,7 +99,7 @@ jobs:
9999
steps:
100100
- uses: actions/[email protected]
101101
- name: setup node.js ${{ matrix.node-version }}
102-
uses: actions/[email protected].4
102+
uses: actions/[email protected].5
103103
with:
104104
node-version: ${{ matrix.node-version }}
105105
registry-url: https://npm.pkg.github.com

0 commit comments

Comments
 (0)