Skip to content

Commit 3ef3bb1

Browse files
Update actions/setup-node action to v6
1 parent ca354d9 commit 3ef3bb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2020

2121
- name: Node setup
22-
uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5
22+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2323
with:
2424
cache-dependency-path: package.json
2525
node-version: "20.x"

0 commit comments

Comments
 (0)