Skip to content

Commit 21bb405

Browse files
authored
Merge pull request fdo-rs#568 from fdo-rs/dependabot/github_actions/actions/setup-node-4
chore: bump actions/setup-node from 3 to 4
2 parents aa447e0 + 87a8df4 commit 21bb405

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ jobs:
154154
- uses: actions/checkout@v4
155155
with:
156156
fetch-depth: 0
157-
- uses: actions/setup-node@v3
157+
- uses: actions/setup-node@v4
158158
with:
159159
node-version: 'latest'
160160
- name: Install commitlint dependencies

0 commit comments

Comments
 (0)