diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af8b8f6..02173ec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: node-version: "22" - name: Install pnpm - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 id: pnpm-install with: run_install: false @@ -60,7 +60,7 @@ jobs: node-version: "22" - name: Install pnpm - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 id: pnpm-install with: run_install: false @@ -100,7 +100,7 @@ jobs: node-version: "22" - name: Install pnpm - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 id: pnpm-install with: run_install: false diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3cde76a..3d5c546 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: node-version: "22" - name: Install pnpm - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 id: pnpm-install with: run_install: false diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c298382..c932804 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: node-version: "22" - name: Install pnpm - uses: pnpm/action-setup@v4.1.0 + uses: pnpm/action-setup@v4.2.0 id: pnpm-install with: run_install: false