diff --git a/.github/workflows/build-test-lint.yml b/.github/workflows/build-test-lint.yml index 526d346..4f6e602 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@078e9d416474b29c0c387560859308974f7e9c53 with: version: 10.33.0 run_install: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9254a8c..54004ee 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@078e9d416474b29c0c387560859308974f7e9c53 with: version: 10.33.0 diff --git a/.github/workflows/test-coverage.yml b/.github/workflows/test-coverage.yml index 835a198..0b19d2b 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@078e9d416474b29c0c387560859308974f7e9c53 with: version: 10.33.0