Skip to content

Commit 190cd62

Browse files
chore(deps): update actions/setup-node action to v4 (#8712)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 24a90ee commit 190cd62

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/test-changed-auth.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
with:
107107
fetch-depth: 0
108108
- name: Set up Node (20)
109-
uses: actions/setup-node@v3
109+
uses: actions/setup-node@v4
110110
with:
111111
node-version: 22.10.0
112112
- name: Test setup and yarn install

.github/workflows/test-changed-firestore.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ jobs:
210210
- name: Unzip build artifact
211211
run: tar xf build.tar.gz
212212
- name: Set up Node (20)
213-
uses: actions/setup-node@v3
213+
uses: actions/setup-node@v4
214214
with:
215215
node-version: 22.10.0
216216
- name: Test setup and yarn install
@@ -228,7 +228,7 @@ jobs:
228228
if: ${{ needs.build.outputs.changed == 'true'}}
229229
steps:
230230
- name: Set up Node (20)
231-
uses: actions/setup-node@v3
231+
uses: actions/setup-node@v4
232232
with:
233233
node-version: 22.10.0
234234
- name: Download build archive

.github/workflows/test-changed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
with:
8686
fetch-depth: 0
8787
- name: Set up Node (20)
88-
uses: actions/setup-node@v3
88+
uses: actions/setup-node@v4
8989
with:
9090
node-version: 22.10.0
9191
- name: Test setup and yarn install

0 commit comments

Comments
 (0)