From 1afef89405e244011eb10c236cf276ec3ce2912a Mon Sep 17 00:00:00 2001 From: Jacob Lamb Date: Tue, 7 May 2024 09:44:45 -0700 Subject: [PATCH] Update format.yml (#41) --- .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 cf95955..36a2ce2 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -17,7 +17,7 @@ jobs: format: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: ./.github/actions/setup-node - run: pnpm run format - uses: stefanzweifel/git-auto-commit-action@v5