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