From b1bcecfe547df54f35815b1714324ffa21efb18f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 17 Jul 2026 10:47:26 +0000 Subject: [PATCH] Update actions/setup-node action to v7 --- .github/workflows/lint-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-commit.yml b/.github/workflows/lint-commit.yml index 3a4440a7..02ca5717 100644 --- a/.github/workflows/lint-commit.yml +++ b/.github/workflows/lint-commit.yml @@ -18,7 +18,7 @@ jobs: persist-credentials: false ref: ${{ github.event.pull_request.head.sha }} - - uses: actions/setup-node@v6.5.0 + - uses: actions/setup-node@v7.0.0 with: node-version: 24 - run: |