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