From 6ff34ccd4f4ed4f8d27324386a6b4b74a8de5bf0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jan 2022 06:06:45 +0000 Subject: [PATCH] build(deps): 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/tag.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tag.yml b/.github/workflows/tag.yml index fe512f0..c5a146d 100644 --- a/.github/workflows/tag.yml +++ b/.github/workflows/tag.yml @@ -32,7 +32,7 @@ jobs: - name: 'Update version file' run: echo ${{ github.event.inputs.version }} >VERSION - name: 'Commit and tag' - uses: EndBug/add-and-commit@v7 + uses: EndBug/add-and-commit@v8.0.1 with: default_author: github_actions message: Update version number