diff --git a/.github/workflows/validate-files-and-commits.yml b/.github/workflows/validate-files-and-commits.yml index d1ef5053d..9ecfb67a4 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@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '22' @@ -65,7 +65,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Setup Node.js (for cspell) - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20'