diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 6679154..f5b91a3 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -23,7 +23,7 @@ jobs: uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 - name: ⎔ Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: 24 cache: pnpm diff --git a/.github/workflows/demo.yml b/.github/workflows/demo.yml index e968ad8..b3798ab 100644 --- a/.github/workflows/demo.yml +++ b/.github/workflows/demo.yml @@ -19,7 +19,7 @@ jobs: uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 - name: ⎔ Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: 24 cache: pnpm diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f50b45..607114c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 - name: ⎔ Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: 24 cache: pnpm @@ -91,7 +91,7 @@ jobs: uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 - name: ⎔ Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: 24 registry-url: 'https://registry.npmjs.org' @@ -112,7 +112,7 @@ jobs: fetch-depth: 0 - name: ⎔ Setup Node.js - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: 24 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 35062be..7827930 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: uses: pnpm/action-setup@0e279bb959325dab635dd2c09392533439d90093 # v6 - name: ⎔ Setup Node.js - uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version: 24 cache: pnpm