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
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
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
0 commit comments