From c7302537885f319511c231ddb0b84dc66850c872 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Mar 2026 01:50:58 +0000 Subject: [PATCH] chore(deps): update endbug/add-and-commit action to v10 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc4d864..9520a39 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: pre-commit run -a - if: failure() && github.ref_name != 'refs/heads/main' name: Commit linting changes - uses: EndBug/add-and-commit@v9 + uses: EndBug/add-and-commit@v10 with: message: "chore: lint 🚨" new_branch: ${{ github.head_ref || github.ref_name }}