From 25ac7a33ea557be7dc26da74de8e002329a6bed5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 18:03:14 +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.14.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.14.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..011d5317 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.14.0 - if: env.SHOULD_RUN == 'true' uses: actions/github-script@v4