diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 3b1538dd..8f77d9fb 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - uses: nrwl/nx-set-shas@v4 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: node-version: 'lts/*' diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3f3ac63f..270b1e31 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0 - - uses: pnpm/action-setup@v2 + - uses: pnpm/action-setup@v4 - name: Setup Node.js uses: actions/setup-node@v4