Skip to content

Commit 268265c

Browse files
chore(deps): update actions/setup-node action to v3.4.1 (#882)
1 parent 322b8f1 commit 268265c

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
- uses: actions/[email protected]
1010
- uses: pnpm/[email protected]
1111
- name: Use Node.js
12-
uses: actions/[email protected].0
12+
uses: actions/[email protected].1
1313
with:
1414
node-version: 17
1515
check-latest: true
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/[email protected]
2424
- uses: pnpm/[email protected]
2525
- name: Use Node.js
26-
uses: actions/[email protected].0
26+
uses: actions/[email protected].1
2727
with:
2828
node-version: 17
2929
check-latest: true
@@ -40,7 +40,7 @@ jobs:
4040
- uses: actions/[email protected]
4141
- uses: pnpm/[email protected]
4242
- name: Use Node.js
43-
uses: actions/[email protected].0
43+
uses: actions/[email protected].1
4444
with:
4545
node-version: ${{ matrix.node }}
4646
check-latest: true
@@ -68,7 +68,7 @@ jobs:
6868
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
6969
- uses: pnpm/[email protected]
7070
- name: Use Node.js
71-
uses: actions/[email protected].0
71+
uses: actions/[email protected].1
7272
with:
7373
node-version: 17
7474
check-latest: true

.github/workflows/pull_request_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/[email protected]
1212
- uses: pnpm/[email protected]
1313
- name: Use Node.js
14-
uses: actions/[email protected].0
14+
uses: actions/[email protected].1
1515
with:
1616
node-version: 17
1717
check-latest: true

0 commit comments

Comments
 (0)