diff --git a/.github/workflows/dependabot-prs.yml b/.github/workflows/dependabot-prs.yml index 6e2a50f..4ba6a94 100644 --- a/.github/workflows/dependabot-prs.yml +++ b/.github/workflows/dependabot-prs.yml @@ -30,7 +30,7 @@ jobs: exclude: CHANGES.rst - name: Commit & Push Changes to PR - uses: EndBug/add-and-commit@v9.1.3 + uses: EndBug/add-and-commit@v9.1.4 with: message: "Update version number in other files" committer_name: GitHub Actions