From 84fba330251012f8d424fba7bbb0a0ed586aaf5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 12:55:31 +0000 Subject: [PATCH] build(deps): bump pnpm/action-setup from 3 to 4 (#165) --- .github/workflows/diagnostics.yml | 2 +- .github/workflows/prettier.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/diagnostics.yml b/.github/workflows/diagnostics.yml index 19f790e..ca1d901 100644 --- a/.github/workflows/diagnostics.yml +++ b/.github/workflows/diagnostics.yml @@ -18,7 +18,7 @@ jobs: ref: ${{ github.head_ref }} - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: latest diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 51ced45..b340fe4 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -18,7 +18,7 @@ jobs: token: ${{ secrets.GH_TOKEN }} - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: latest