From bdddccbd9e9a853af0dbca6610367f33035986f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jun 2022 19:31:30 +0000 Subject: [PATCH] build(deps): bump EndBug/add-and-commit from 9.0.0 to 9.0.1 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 9.0.0 to 9.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/v9.0.0...v9.0.1) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/draft-new-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/draft-new-release.yml b/.github/workflows/draft-new-release.yml index c904b8b..fd8cbda 100644 --- a/.github/workflows/draft-new-release.yml +++ b/.github/workflows/draft-new-release.yml @@ -61,7 +61,7 @@ jobs: - name: Add, Commit & Push id: make-commit - uses: EndBug/add-and-commit@v9.0.0 + uses: EndBug/add-and-commit@v9.0.1 with: default_author: github_actions message: Prepare release ${{ github.event.inputs.version }}