From dcbcbaed4e1a72fd95b9e29840d48b0720c1ce06 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Nov 2022 21:15:07 +0000 Subject: [PATCH] :seedling: Bump EndBug/add-and-commit from 9.1.0 to 9.1.1 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 9.1.0 to 9.1.1. - [Release notes](https://github.com/EndBug/add-and-commit/releases) - [Commits](https://github.com/EndBug/add-and-commit/compare/d4d066316a2a85974a05efb42be78f897793c6d9...61a88be553afe4206585b31aa72387c64295d08b) --- 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/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml index cac6b3f53fa4..ac4b3c383984 100644 --- a/.github/workflows/dependabot.yml +++ b/.github/workflows/dependabot.yml @@ -37,7 +37,7 @@ jobs: run: make generate-modules - name: Update generated code run: make generate - - uses: EndBug/add-and-commit@d4d066316a2a85974a05efb42be78f897793c6d9 # tag=v9.1.0 + - uses: EndBug/add-and-commit@61a88be553afe4206585b31aa72387c64295d08b # tag=v9.1.1 name: Commit changes with: author_name: dependabot[bot]