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 }}