diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index e93fbf0..ec95518 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -37,7 +37,7 @@ jobs: # `packageManager` is the manifest's declaration and the version that must # win, so if the two ever disagree again, change THIS file: never edit # `packageManager` to match a workflow. - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v4 with: node-version: 22 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ed0200..d880330 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -51,7 +51,7 @@ jobs: # NO `version:` INPUT, DELIBERATELY: `pnpm/action-setup` must resolve exactly one version, from # `package.json`'s `packageManager` key and nowhere else. Passing both is a hard error that # fails setup before anything installs. Same reasoning as `.github/workflows/fuzz.yml`. - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v4 with: node-version: 22