From: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 11 Apr 2026 01:52:36 +0000 (+0000) Subject: chore(deps): update pnpm/action-setup action to v6 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=45d5216b1d7a06d1fc31d5ef8a3c403ecd0cb3b1;p=benchmarks-js.git chore(deps): update pnpm/action-setup action to v6 --- diff --git a/.github/workflows/autofix.yml b/.github/workflows/autofix.yml index 190a41f..9855d7f 100644 --- a/.github/workflows/autofix.yml +++ b/.github/workflows/autofix.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v6 - - uses: pnpm/action-setup@v5 + - uses: pnpm/action-setup@v6 - uses: actions/setup-node@v6 with: cache: 'pnpm'