From ccbcf3f2d4dd7d872056fa8f37871afe440c7b2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 03:23:36 +0000 Subject: [PATCH] chore(deps): update actions/setup-node action to v6.5.0 --- .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 2f6829b..fa474eb 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v7.0.0 - name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v6.4.0 + uses: actions/setup-node@v6.5.0 with: node-version: ${{ matrix.node-version }} - run: npm ci