Skip to content

Commit 50617df

Browse files
authored
Merge pull request #28 from VectorInstitute/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 4 to 6
2 parents 789e9ac + f41f492 commit 50617df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
python-version-file: ".python-version"
4545

4646
- name: "Set up Node.js"
47-
uses: actions/setup-node@v4
47+
uses: actions/setup-node@v6
4848
with:
4949
node-version: '20'
5050
cache: 'npm'

0 commit comments

Comments
 (0)