diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index a5e4f0a..c442de9 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -26,7 +26,7 @@ jobs: with: node-version: lts/* - name: Install pnpm - uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5 + uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6 - name: Generate release note run: | if [[ $GITHUB_REF_NAME == *canary* ]]; then diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index db6d4f4..79d5661 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: with: node-version: lts/* - name: Install pnpm - uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d # v6.0.5 + uses: pnpm/action-setup@91ab88e2619ed1f46221f0ba42d1492c02baf788 # v6.0.6 - name: Install dependencies run: pnpm ci - name: Build