diff --git a/.github/workflows/dependabot-changelog.yml b/.github/workflows/dependabot-changelog.yml index d40e9fb..dbe4948 100644 --- a/.github/workflows/dependabot-changelog.yml +++ b/.github/workflows/dependabot-changelog.yml @@ -21,6 +21,6 @@ jobs: - uses: dangoslen/dependabot-changelog-helper@v3 with: activationLabel: 'dependabot' - - uses: stefanzweifel/git-auto-commit-action@v4 + - uses: stefanzweifel/git-auto-commit-action@v5 with: commit_message: "Update Changelog" diff --git a/CHANGELOG.md b/CHANGELOG.md index e77a6e2..b5daaf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Dependencies - Bump `actions/checkout` from 1 to 4 (#12, [#16](https://github.com/vbrandl/actix-request-identifier/pull/16)) - Bump `actions/cache` from 1 to 3 (#13) +- Bump `stefanzweifel/git-auto-commit-action` from 4 to 5 ([#17](https://github.com/vbrandl/actix-request-identifier/pull/17)) ## [4.1.0] 2023-01-13