Skip to content

Commit 7b99a05

Browse files
chore(deps): update actions/setup-node action to v4
1 parent 37d5a12 commit 7b99a05

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
# Required for changesets check. See: https://github.com/changesets/changesets/issues/517#issuecomment-813282523
3737
fetch-depth: 0
3838
- name: Setup Node
39-
uses: actions/setup-node@v3
39+
uses: actions/setup-node@v4
4040
with:
4141
node-version: ${{ env.TARGET_NODE_VERSION }}
4242
cache: yarn
@@ -60,7 +60,7 @@ jobs:
6060
path: ./*
6161
key: pre-build-${{ github.sha }}
6262
- name: Setup Node
63-
uses: actions/setup-node@v3
63+
uses: actions/setup-node@v4
6464
with:
6565
node-version: ${{ env.TARGET_NODE_VERSION }}
6666
cache: yarn
@@ -86,7 +86,7 @@ jobs:
8686
path: ./*
8787
key: ${{ github.sha }}
8888
- name: Setup Node
89-
uses: actions/setup-node@v3
89+
uses: actions/setup-node@v4
9090
with:
9191
node-version: ${{ env.TARGET_NODE_VERSION }}
9292
cache: yarn
@@ -116,7 +116,7 @@ jobs:
116116
path: ./*
117117
key: ${{ github.sha }}
118118
- name: Setup Node
119-
uses: actions/setup-node@v3
119+
uses: actions/setup-node@v4
120120
with:
121121
node-version: ${{ env.TARGET_NODE_VERSION }}
122122
cache: yarn
@@ -135,7 +135,7 @@ jobs:
135135
path: ./*
136136
key: ${{ github.sha }}
137137
- name: Setup Node
138-
uses: actions/setup-node@v3
138+
uses: actions/setup-node@v4
139139
with:
140140
node-version: ${{ env.TARGET_NODE_VERSION }}
141141
cache: yarn
@@ -155,7 +155,7 @@ jobs:
155155
path: ./*
156156
key: ${{ github.sha }}
157157
- name: Setup Node
158-
uses: actions/setup-node@v3
158+
uses: actions/setup-node@v4
159159
with:
160160
node-version: ${{ env.TARGET_NODE_VERSION }}
161161
cache: yarn
@@ -175,7 +175,7 @@ jobs:
175175
path: ./*
176176
key: ${{ github.sha }}
177177
- name: Setup Node
178-
uses: actions/setup-node@v3
178+
uses: actions/setup-node@v4
179179
with:
180180
node-version: ${{ env.TARGET_NODE_VERSION }}
181181
cache: yarn

.github/workflows/protocol-verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Required for changesets check. See: https://github.com/changesets/changesets/issues/517#issuecomment-813282523
2525
fetch-depth: 0
2626
- name: Setup Node
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v4
2828
with:
2929
node-version: ${{ env.TARGET_NODE_VERSION }}
3030
cache: yarn
@@ -46,7 +46,7 @@ jobs:
4646
path: ./*
4747
key: pre-build-protocol-${{ github.sha }}
4848
- name: Setup Node
49-
uses: actions/setup-node@v3
49+
uses: actions/setup-node@v4
5050
with:
5151
node-version: ${{ env.TARGET_NODE_VERSION }}
5252
cache: yarn
@@ -68,7 +68,7 @@ jobs:
6868
path: ./*
6969
key: build-protocol-${{ github.sha }}
7070
- name: Setup Node
71-
uses: actions/setup-node@v3
71+
uses: actions/setup-node@v4
7272
with:
7373
node-version: ${{ env.TARGET_NODE_VERSION }}
7474
cache: yarn

0 commit comments

Comments
 (0)