Skip to content

Commit 3c4ad19

Browse files
authored
Merge pull request #4450 from c2corg/dependabot/github_actions/actions/setup-node-6
chore(deps): bump actions/setup-node from 5 to 6
2 parents 3cbf021 + 2b3ab60 commit 3c4ad19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@v5
2323
- name: Use Node.js ${{ matrix.node-version }}
24-
uses: actions/setup-node@v5
24+
uses: actions/setup-node@v6
2525
with:
2626
node-version: ${{ matrix.node-version }}
2727
cache: 'npm'

0 commit comments

Comments
 (0)