diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7dc5532b..16975790 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: Set up Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' # Disabled to prevent cache poisoning in release workflows diff --git a/.github/workflows/e2e-tests.yml b/.github/workflows/e2e-tests.yml index 81c5b52d..26617776 100644 --- a/.github/workflows/e2e-tests.yml +++ b/.github/workflows/e2e-tests.yml @@ -53,7 +53,7 @@ jobs: persist-credentials: false - name: Set up NodeJS 20 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' cache: npm @@ -108,7 +108,7 @@ jobs: persist-credentials: false - name: Set up NodeJS 20 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' cache: npm diff --git a/.github/workflows/js-tests.yml b/.github/workflows/js-tests.yml index 826caa70..62616ca5 100644 --- a/.github/workflows/js-tests.yml +++ b/.github/workflows/js-tests.yml @@ -45,7 +45,7 @@ jobs: persist-credentials: false - name: Set up NodeJS 20 - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0 + uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: node-version: '20' cache: npm