diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml index 30eb2bd..9877b9f 100644 --- a/.github/workflows/github-actions.yml +++ b/.github/workflows/github-actions.yml @@ -9,7 +9,7 @@ jobs: uses: actions/checkout@v4 - run: echo "💡 The ${{ github.repository }} repository has been cloned to the runner." - name: 📦 Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6.0.3 - name: 🚚 Installing dependencies run: pnpm install - name: 🏷️ running typecheck diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3e93e68..f979f33 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: id-token: write steps: - uses: actions/checkout@v4 - - uses: pnpm/action-setup@v4 + - uses: pnpm/action-setup@v6.0.3 - uses: actions/setup-node@v6 with: node-version: 24