From 81a0d5ceb2298c580c3529e92942468325ba87be Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 17:14:46 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v7 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c2454d9..3ecf082 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v7.0.1 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v6.5.0 + uses: actions/setup-node@v7.0.0 with: node-version: ${{ matrix.node-version }} - run: npm ci