diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6ce684af..37c05ea8 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8.3.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 68dfa23c..b95798a1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8.3.0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 1e261bd6..bc4a9da1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -25,7 +25,7 @@ jobs: uses: actions/checkout@v4 - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8.3.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 32fd3b52..80011ca0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -44,7 +44,7 @@ jobs: token: ${{ secrets.RELEASE_TOKEN }} - name: Install pnpm - uses: pnpm/action-setup@v2 + uses: pnpm/action-setup@v3 with: version: 8.3.0