From 00797c7569d0e11aba9fdb1983fff8c645d2d2f6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 08:35:55 +0000 Subject: [PATCH] =?UTF-8?q?ci(github-tag):=20Update=20tag=20actions/setup-?= =?UTF-8?q?node=20(=20v6.5.0=20=E2=9E=94=20v7.0.0=20)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/pages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 7be6cea..bf632f4 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -289,7 +289,7 @@ jobs: - name: Setup Node.js if: ${{ inputs.node-version != '' }} - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ inputs.node-version }} cache: ${{ inputs.node-cache }} @@ -350,7 +350,7 @@ jobs: - name: Setup Node.js if: ${{ inputs.build-command != '' }} - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ inputs.node-version }} # Caching disabled on this privileged production-deploy job to remove @@ -445,7 +445,7 @@ jobs: - name: Setup Node.js if: ${{ inputs.build-command != '' }} - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ inputs.node-version }} # Caching disabled on this privileged production-deploy job to remove @@ -533,7 +533,7 @@ jobs: - name: Setup Node.js if: ${{ inputs.build-command != '' }} - uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: ${{ inputs.node-version }} package-manager-cache: false