diff --git a/.github/workflows/apply-overlays-and-regenerate.yml b/.github/workflows/apply-overlays-and-regenerate.yml index 8ffdde3c3..e2410bacf 100644 --- a/.github/workflows/apply-overlays-and-regenerate.yml +++ b/.github/workflows/apply-overlays-and-regenerate.yml @@ -69,7 +69,7 @@ jobs: pip install pyyaml==6.0.3 - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # ratchet:actions/setup-node@v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # ratchet:actions/setup-node@v7.0.0 with: node-version: '24' diff --git a/.github/workflows/check-internal-links.yml b/.github/workflows/check-internal-links.yml index a52f59f84..65628bcda 100644 --- a/.github/workflows/check-internal-links.yml +++ b/.github/workflows/check-internal-links.yml @@ -18,7 +18,7 @@ jobs: # Node is required for npm - name: Set up Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # ratchet:actions/setup-node@v6.4.0 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # ratchet:actions/setup-node@v7.0.0 with: node-version: "24" cache: npm