Skip to content

Commit d268635

Browse files
build(deps): bump actions/setup-node from 5 to 6 (#8604)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 5 to 6. Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 77ca6dc commit d268635

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
runs-on: ubuntu-latest
5252
steps:
5353
- uses: actions/checkout@v5
54-
- uses: actions/setup-node@v5
54+
- uses: actions/setup-node@v6
5555
with:
5656
node-version: "14"
5757
- name: Prettier check

0 commit comments

Comments
 (0)