From 8344b0c93db7a9004e4c13c5f5e0301db024804c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 12:05:59 +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/releasenotes.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/releasenotes.yaml b/.github/workflows/releasenotes.yaml index ecd3f27..0f6964e 100644 --- a/.github/workflows/releasenotes.yaml +++ b/.github/workflows/releasenotes.yaml @@ -29,7 +29,7 @@ jobs: cake-version: 1.0.0 cake-bootstrap: true - name: Commit Changelog - uses: EndBug/add-and-commit@v7 + uses: EndBug/add-and-commit@v8.0.1 with: add: Changelog.md message: "(docs) Updated changelog"