diff --git a/.github/workflows/validate-files-and-commits.yml b/.github/workflows/validate-files-and-commits.yml index 332068f6e..6d5b15bb5 100644 --- a/.github/workflows/validate-files-and-commits.yml +++ b/.github/workflows/validate-files-and-commits.yml @@ -34,7 +34,7 @@ jobs: with: ref: ${{ inputs.ref }} - - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '22' @@ -65,7 +65,7 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Setup Node.js (for cspell) - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version: '20'