diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index d3fa691..f97856d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -42,7 +42,7 @@ jobs: ${{ runner.os }}- - name: Install dependencies - uses: pnpm/action-setup@v2.0.1 + uses: pnpm/action-setup@v2.2.4 with: version: 6.0.2 run_install: true diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 0303ae7..48854f9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -38,7 +38,7 @@ jobs: ${{ runner.os }}- - name: Install dependencies - uses: pnpm/action-setup@v2.0.1 + uses: pnpm/action-setup@v2.2.4 with: version: 6.0.2 run_install: true