From cf3993c4e06688f40dc351822e2bf7735ee1e50b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Sep 2021 18:02:23 +0000 Subject: [PATCH] chore(deps): bump stefanzweifel/git-auto-commit-action Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 4.11.0 to 4.12.0. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](https://github.com/stefanzweifel/git-auto-commit-action/compare/v4.11.0...v4.12.0) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/dependabotGithubActions/.github/workflows/dummy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabotGithubActions/.github/workflows/dummy.yml b/.github/dependabotGithubActions/.github/workflows/dummy.yml index 144e1c29..b47a8d58 100644 --- a/.github/dependabotGithubActions/.github/workflows/dummy.yml +++ b/.github/dependabotGithubActions/.github/workflows/dummy.yml @@ -29,6 +29,6 @@ jobs: - if: env.SHOULD_RUN == 'true' uses: codecov/codecov-action@v1.5.0 - if: env.SHOULD_RUN == 'true' - uses: stefanzweifel/git-auto-commit-action@v4.11.0 + uses: stefanzweifel/git-auto-commit-action@v4.12.0 - if: env.SHOULD_RUN == 'true' uses: actions/github-script@v4