From 9c656d7e6b3044832aa45dc018ed081e9967a85a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 16:50: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