Skip to content

Commit 820f2b9

Browse files
Merge pull request #881 from cylc/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 4 to 6
2 parents 02c10f3 + 7a776d8 commit 820f2b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
python-version: '3.x'
4343

4444
- name: configure node
45-
uses: actions/setup-node@v4
45+
uses: actions/setup-node@v6
4646
with:
4747
node-version: 'lts/*'
4848

0 commit comments

Comments
 (0)