Skip to content

Commit 53ac7a4

Browse files
Update actions/setup-node action from v4 to v6
1 parent 7be24b9 commit 53ac7a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
uses: actions/checkout@v4
2222

2323
- name: 'Setup Node.JS'
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@v6
2525
with:
2626
node-version: '20.19.5'
2727

0 commit comments

Comments
 (0)