From 4d0f7927af41fef270875a2a555badd57e5e69a9 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Wed, 25 Sep 2024 09:14:08 -0500 Subject: [PATCH] chore(ci): update action --- .github/workflows/format.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 2a3b980..0f29c27 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 with: ref: ${{ github.head_ref }} - - uses: pnpm/action-setup@v3 + - uses: pnpm/action-setup@v4 - uses: actions/setup-node@v4 with: node-version: 18