Skip to content

Commit 815b28a

Browse files
committed
fix: use v4 tag for setup-node in workflow
1 parent cacd380 commit 815b28a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/notebook-mcp-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2828

2929
- name: Set up Node.js
30-
uses: actions/setup-node@64745409647f540ba9c1a129988bd580887fb902 # v4
30+
uses: actions/setup-node@v4
3131
with:
3232
node-version: '20'
3333

0 commit comments

Comments
 (0)