diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 652d2e5..5df413b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -13,7 +13,7 @@ jobs: with: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.4.1 with: version: 6.15.1 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index bc42418..73c3aa2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -16,7 +16,7 @@ jobs: with: fetch-depth: 0 - name: Install pnpm - uses: pnpm/action-setup@v2.2.2 + uses: pnpm/action-setup@v2.4.1 with: version: 6.15.1