From ccbad209ac7952168f930a59fac6dbbdb5408e94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 05:42:04 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 7 to 7.2.1 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 7 to 7.2.1. - [Release notes](https://github.com/EndBug/add-and-commit/releases) - [Changelog](https://github.com/EndBug/add-and-commit/blob/master/CHANGELOG.md) - [Commits](https://github.com/EndBug/add-and-commit/compare/v7...v7.2.1) 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..cf877a7 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@v7.2.1 with: message: "[CHANGELOG] Updated changelog" add: "CHANGELOG.md" diff --git a/.github/workflows/prepare-release.yml b/.github/workflows/prepare-release.yml index 38de670..dbcaabd 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@v7.2.1 with: message: "[CHANGELOG] Updated changelog" add: "CHANGELOG.md" diff --git a/.github/workflows/update-changelog.yml b/.github/workflows/update-changelog.yml index a0a2670..36fd994 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@v7.2.1 with: message: "[CHANGELOG] Updated changelog" add: "CHANGELOG.md"