diff --git a/.github/workflows/quality-check.yml b/.github/workflows/quality-check.yml index 54d5dae..b4b3fce 100644 --- a/.github/workflows/quality-check.yml +++ b/.github/workflows/quality-check.yml @@ -26,7 +26,7 @@ jobs: fetch-depth: 0 # Fetch all history for all branches - name: Install pnpm - uses: pnpm/action-setup@v5.0.0 + uses: pnpm/action-setup@v6.0.1 with: version: ${{ env.PNPM_VERSION }} run_install: false diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9f7f06e..203374f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Setup pnpm - uses: pnpm/action-setup@v5.0.0 + uses: pnpm/action-setup@v6.0.1 - name: Setup node.js uses: actions/setup-node@v6.3.0