diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index 1590836756..36a04a178d 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -35,7 +35,7 @@ jobs: uses: pnpm/action-setup@v2 - name: Setup Node.js 20.x - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version-file: '.node-version' cache: 'pnpm' diff --git a/.github/workflows/changeset-snapshot.yml b/.github/workflows/changeset-snapshot.yml index b4d673e555..9b659e43b7 100644 --- a/.github/workflows/changeset-snapshot.yml +++ b/.github/workflows/changeset-snapshot.yml @@ -84,7 +84,7 @@ jobs: uses: pnpm/action-setup@v2 - name: Setup Node.js 20.x - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version-file: '.node-version' cache: 'pnpm'