diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ef31461..38405d2a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: node-version: "18" - name: Install pnpm - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4.1.0 id: pnpm-install with: run_install: false @@ -60,7 +60,7 @@ jobs: node-version: "18" - name: Install pnpm - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4.1.0 id: pnpm-install with: run_install: false @@ -100,7 +100,7 @@ jobs: node-version: "18" - name: Install pnpm - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4.1.0 id: pnpm-install with: run_install: false diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7283f43f..2fd7e473 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -22,7 +22,7 @@ jobs: node-version: "18" - name: Install pnpm - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4.1.0 id: pnpm-install with: run_install: false diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 064fcbe2..c6ccda6b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: node-version: "18" - name: Install pnpm - uses: pnpm/action-setup@v4.0.0 + uses: pnpm/action-setup@v4.1.0 id: pnpm-install with: run_install: false