From 2f35b832e3813c222fffa460682fe1b461a9489e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Feb 2022 08:31:55 +0000 Subject: [PATCH] Bump EndBug/add-and-commit from 4 to 8.0.2 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 4 to 8.0.2. - [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/v4...v8.0.2) --- 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/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 060a1e6..fbd2971 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: version_number=${tag#?} poetry version $version_number - name: Commit changes - uses: EndBug/add-and-commit@v4 + uses: EndBug/add-and-commit@v8.0.2 with: message: "Bump version to ${{ github.event.release.tag_name }}" add: "pyproject.toml"