Skip to content

Commit 6049e2d

Browse files
chore(deps): update actions/setup-node action to v4.3.0
1 parent 96085f4 commit 6049e2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ref: ${{ github.event.workflow_run.head_branch}}
2929
filter: "blob:none"
3030
fetch-depth: 0
31-
- uses: actions/setup-node@v4.2.0
31+
- uses: actions/setup-node@v4.3.0
3232
with:
3333
cache: "npm"
3434
- run: npm ci

0 commit comments

Comments
 (0)