diff --git a/.github/workflows/dependabot_pr.yml b/.github/workflows/dependabot_pr.yml index be3f9cdb..a8af2dc0 100644 --- a/.github/workflows/dependabot_pr.yml +++ b/.github/workflows/dependabot_pr.yml @@ -35,7 +35,7 @@ jobs: version: 'Unreleased' - name: Commit the changes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v7 with: commit_message: "Update changelog" branch: ${{ github.head_ref }} diff --git a/CHANGELOG.md b/CHANGELOG.md index dc402b7b..fbf9caf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -26,6 +26,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) - Bump `peter-evans/create-pull-request` from 6 to 7 ([#959](https://github.com/opensearch-project/opensearch-py/pull/959)) - Bump `actions/setup-python` from 5 to 6 ([#961](https://github.com/opensearch-project/opensearch-py/pull/961)) - Bump `dangoslen/dependabot-changelog-helper` from 3 to 4 ([#960](https://github.com/opensearch-project/opensearch-py/pull/960)) +- Bump `stefanzweifel/git-auto-commit-action` from 5 to 7 ([#962](https://github.com/opensearch-project/opensearch-py/pull/962)) ## [3.0.0] ### Added