diff --git a/.github/workflows/pages-deployment.yaml b/.github/workflows/pages-deployment.yaml index 5c74ad55e..975b224bd 100644 --- a/.github/workflows/pages-deployment.yaml +++ b/.github/workflows/pages-deployment.yaml @@ -23,7 +23,7 @@ jobs: with: fetch-depth: 0 - name: "📦 Setup pnpm" - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v6.0.5 - name: "⎔ Setup node" uses: actions/setup-node@v4.3.0 with: diff --git a/.github/workflows/trunk.yml b/.github/workflows/trunk.yml index cdde6fb77..f5aa7f1da 100644 --- a/.github/workflows/trunk.yml +++ b/.github/workflows/trunk.yml @@ -94,7 +94,7 @@ jobs: run: echo ${{ inputs.get_dependencies }} - if: ${{ inputs.pnpm_arguments }} name: "📦 Setup pnpm" - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v6.0.5 - if: ${{ inputs.pnpm_arguments }} name: "⎔ Setup node" uses: actions/setup-node@v4.3.0