diff --git a/.github/workflows/tag_and_publish.yml b/.github/workflows/tag_and_publish.yml index 3f8c804..22409de 100644 --- a/.github/workflows/tag_and_publish.yml +++ b/.github/workflows/tag_and_publish.yml @@ -55,7 +55,7 @@ jobs: fi sed -i "s/$coverage_badge/$new_coverage_badge/g" README.md - name: Commit changes - uses: EndBug/add-and-commit@v10 + uses: EndBug/add-and-commit@v11 with: default_author: github_actions message: "ci: update badges [skip actions]"