diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8964b60..e24a1b3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -24,7 +24,7 @@ jobs: node-version: '22' - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: '10' diff --git a/.github/workflows/deploy-ghcr.yml b/.github/workflows/deploy-ghcr.yml index bc495df..222a66d 100644 --- a/.github/workflows/deploy-ghcr.yml +++ b/.github/workflows/deploy-ghcr.yml @@ -21,7 +21,7 @@ jobs: node-version: '22' - name: Install pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: '10' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index f256346..b2f8dde 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -25,7 +25,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: ${{ env.PNPM_VERSION }} diff --git a/.github/workflows/firebase-deploy.yml b/.github/workflows/firebase-deploy.yml index 075d091..13cfa73 100644 --- a/.github/workflows/firebase-deploy.yml +++ b/.github/workflows/firebase-deploy.yml @@ -23,7 +23,7 @@ jobs: node-version: '22' - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: '10' diff --git a/.github/workflows/firebase-hosting-merge.yml b/.github/workflows/firebase-hosting-merge.yml index 58da76e..1153705 100644 --- a/.github/workflows/firebase-hosting-merge.yml +++ b/.github/workflows/firebase-hosting-merge.yml @@ -16,7 +16,7 @@ jobs: with: node-version: '22' - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: '10' - name: Install dependencies diff --git a/.github/workflows/firebase-hosting-pull-request.yml b/.github/workflows/firebase-hosting-pull-request.yml index 1109d47..a7bb58f 100644 --- a/.github/workflows/firebase-hosting-pull-request.yml +++ b/.github/workflows/firebase-hosting-pull-request.yml @@ -18,7 +18,7 @@ jobs: with: node-version: '22' - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: '10' - name: Install dependencies diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index c9a45e0..50bd2aa 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -27,7 +27,7 @@ jobs: node-version: '22' - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: '10' diff --git a/.github/workflows/production-ci.yml b/.github/workflows/production-ci.yml index 5c56498..6605df6 100644 --- a/.github/workflows/production-ci.yml +++ b/.github/workflows/production-ci.yml @@ -19,7 +19,7 @@ jobs: node-version: '22' - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: '10' @@ -70,7 +70,7 @@ jobs: node-version: '22' - name: Setup pnpm - uses: pnpm/action-setup@v4 + uses: pnpm/action-setup@v6 with: version: '10'