Skip to content

Commit b3607d7

Browse files
chore: bump actions/setup-node from 3 to 4 (#269)
1 parent 7876578 commit b3607d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/required-spec-validations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout repository
2525
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
2626
- name: Setup Node
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v4
2828
with:
2929
node-version: '20.x'
3030
- name: Install npm dependencies

0 commit comments

Comments
 (0)