From fe6a04206030d86d2da72f40c68a625009ba8bde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Mar 2022 07:06:49 +0000 Subject: [PATCH] chore(deps): bump EndBug/add-and-commit from 8.0.2 to 9 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 8.0.2 to 9. - [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/v8.0.2...v9) --- 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/update-browserlist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-browserlist.yml b/.github/workflows/update-browserlist.yml index e4b56a14e..4155ec988 100644 --- a/.github/workflows/update-browserlist.yml +++ b/.github/workflows/update-browserlist.yml @@ -11,7 +11,7 @@ jobs: - uses: actions/checkout@v3 - run: npx browserslist@latest --update-db - name: Commit changes - uses: EndBug/add-and-commit@v8.0.2 + uses: EndBug/add-and-commit@v9 with: author_name: ${{ github.actor }} author_email: ${{ github.actor }}@users.noreply.github.com