Skip to content

Commit 7a3e32a

Browse files
authored
Merge pull request #53 from codebytes/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 4 to 6
2 parents fad4a3b + 0852eff commit 7a3e32a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/09-node.js-matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
steps:
2929
- uses: actions/checkout@v4.1.1
3030
- name: Use Node.js ${{ matrix.node-version }}
31-
uses: actions/setup-node@v4
31+
uses: actions/setup-node@v6
3232
with:
3333
node-version: ${{ matrix.node-version }}
3434
- run: npm ci

0 commit comments

Comments
 (0)