From 300701041f81a37a3353c3dac16d11e514ef706c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 19:06:40 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 7 to 9 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 7 to 9. - [Release notes](https://github.com/EndBug/add-and-commit/releases) - [Changelog](https://github.com/EndBug/add-and-commit/blob/main/CHANGELOG.md) - [Commits](https://github.com/EndBug/add-and-commit/compare/v7...v9) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/post-release.yml | 2 +- .github/workflows/prepare-release.yml | 2 +- .github/workflows/update-changelog.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index b0859d6..1e00e55 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -20,7 +20,7 @@ jobs: exclude_labels: "duplicate,question,invalid,wontfix,skip-changelog" - name: commit updated changelog - uses: EndBug/add-and-commit@v7 + uses: EndBug/add-and-commit@v9 with: message: "[CHANGELOG] Updated changelog" add: "CHANGELOG.md" diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 38de670..355044b 100644 --- a/.github/workflows/prepare-release.yml +++ b/.github/workflows/prepare-release.yml @@ -49,7 +49,7 @@ jobs: release_branch: 'release' - name: commit updated changelog - uses: EndBug/add-and-commit@v7 + uses: EndBug/add-and-commit@v9 with: message: "[CHANGELOG] Updated changelog" add: "CHANGELOG.md" diff --git a/.github/workflows/update-changelog.yml b/.github/workflows/update-changelog.yml index a0a2670..63b0c26 100644 --- a/.github/workflows/update-changelog.yml +++ b/.github/workflows/update-changelog.yml @@ -20,7 +20,7 @@ jobs: exclude_labels: "duplicate,question,invalid,wontfix,skip-changelog" - name: commit updated changelog - uses: EndBug/add-and-commit@v7 + uses: EndBug/add-and-commit@v9 with: message: "[CHANGELOG] Updated changelog" add: "CHANGELOG.md"