Skip to content

Commit 3cca610

Browse files
chore(deps): update actions/setup-node action to v3.5.1 (#4371)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent de884a5 commit 3cca610

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
- uses: actions/[email protected]
1515
- name: Use Node.js ${{ matrix.node-version }}
16-
uses: actions/[email protected].0
16+
uses: actions/[email protected].1
1717
with:
1818
node-version: ${{ matrix.node-version }}
1919

.github/workflows/npmpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/[email protected]
13-
- uses: actions/[email protected].0
13+
- uses: actions/[email protected].1
1414
with:
1515
node-version: 16
1616
- name: Install dependencies
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
steps:
2727
- uses: actions/[email protected]
28-
- uses: actions/[email protected].0
28+
- uses: actions/[email protected].1
2929
with:
3030
node-version: 16
3131
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)