diff --git a/.github/workflows/dependabot_pr.yml b/.github/workflows/dependabot_pr.yml index ac94a19..df2a9a1 100644 --- a/.github/workflows/dependabot_pr.yml +++ b/.github/workflows/dependabot_pr.yml @@ -22,7 +22,7 @@ jobs: version: 'Unreleased' - name: Commit the changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 with: commit_message: "chore(changelog): automatic update to add dependabot deps bump" branch: ${{ github.head_ref }}