diff --git a/.github/workflows/build-test-lint.yml b/.github/workflows/build-test-lint.yml index 526d346..4550857 100644 --- a/.github/workflows/build-test-lint.yml +++ b/.github/workflows/build-test-lint.yml @@ -20,7 +20,7 @@ jobs: node-version: 24 - name: Install pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e with: version: 10.33.0 run_install: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9254a8c..733d379 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: token: ${{ steps.app-token.outputs.token }} - name: Install pnpm - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e with: version: 10.33.0 diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 835a198..20aeeee 100644 --- a/.github/workflows/test-coverage.yml +++ b/.github/workflows/test-coverage.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 0 ref: ${{ github.event.pull_request.head.sha }} - - uses: pnpm/action-setup@fc06bc1257f339d1d5d8b3a19a8cae5388b55320 + - uses: pnpm/action-setup@903f9c1a6ebcba6cf41d87230be49611ac97822e with: version: 10.33.0