Skip to content

Commit 7ef4c76

Browse files
chore(deps): update actions/setup-node action to v6
1 parent b1102ed commit 7ef4c76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/.firebase/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
ref: ${{ github.ref }}
3838

3939
- name: Setup Node
40-
uses: actions/setup-node@v2
40+
uses: actions/setup-node@v6
4141
with:
4242
node-version: '12.x'
4343

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
ref: ${{ github.ref }}
3737

3838
- name: Setup Node
39-
uses: actions/setup-node@v2
39+
uses: actions/setup-node@v6
4040
with:
4141
node-version: '12.x'
4242

0 commit comments

Comments
 (0)