From 78c9760c60214f0ce657c4ef16a6e83a5f6a5b1c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 1 Jun 2024 01:43:19 +0000 Subject: [PATCH] chore(deps): update pnpm/action-setup action to v4 --- .github/workflows/ci.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0f3a704..d0f07a9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v4.0.0 with: version: ${{ matrix.pnpm-version }} @@ -61,7 +61,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v4.0.0 with: version: ${{ matrix.pnpm-version }} @@ -96,7 +96,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v4.0.0 with: version: ${{ matrix.pnpm-version }} @@ -132,7 +132,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - uses: pnpm/action-setup@v2.4.0 + - uses: pnpm/action-setup@v4.0.0 with: version: ${{ matrix.pnpm-version }}