From db8624962662ec7d57b0bfe236d35bd7e8b9498c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 17:14:32 +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