diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 582fdca37..a8a611225 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -19,7 +19,7 @@ jobs: persist-credentials: false - name: Use Node.js 22 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.15.0 diff --git a/.github/workflows/site-build.yml b/.github/workflows/site-build.yml index 14ae49243..729079d80 100644 --- a/.github/workflows/site-build.yml +++ b/.github/workflows/site-build.yml @@ -19,7 +19,7 @@ jobs: persist-credentials: false - name: Use Node.js 22 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: 24.15.0