From 60a0061cf7c9408629d087143be07ac734795588 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 19:11:53 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 7 to 8.0.1 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 7 to 8.0.1. - [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...v8.0.1) --- 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..b5bc3fb 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@v8.0.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..a078470 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@v8.0.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..6e8cd9e 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@v8.0.1 with: message: "[CHANGELOG] Updated changelog" add: "CHANGELOG.md"