From 70e125e8cbc0d532d8bd314df888e3b4f760e457 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 07:31:41 +0000 Subject: [PATCH] Update actions/setup-node action to v7 --- .github/workflows/test-javascript.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-javascript.yml b/.github/workflows/test-javascript.yml index 68e6cbf..ebe39a7 100644 --- a/.github/workflows/test-javascript.yml +++ b/.github/workflows/test-javascript.yml @@ -26,7 +26,7 @@ jobs: with: persist-credentials: false - name: with Node.js ${{ matrix.node-version }} on ${{ matrix.os }} - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ matrix.node-version }} cache: 'npm'