Skip to content

Commit 10b504e

Browse files
Update actions/setup-node action to v4
1 parent 432bdfc commit 10b504e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/generator.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
ruby-version: "3.2"
3333
bundler-cache: true
34-
- uses: actions/setup-node@v3
34+
- uses: actions/setup-node@v4
3535
with:
3636
node-version: 18
3737
- run: bin/generate_files

0 commit comments

Comments
 (0)