From 1ff9d2e4399c1846cefdd7c1365eecd53f0c3eb1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 05:06:47 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/conventional-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index 4878cf9..4fbd5f6 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Setup node - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: lts/* cache: npm