From 84261b40bc25e78f4758d0adc987462125bd3bdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Jan 2022 07:09:14 +0000 Subject: [PATCH] chore(deps): bump EndBug/add-and-commit from 7 to 8 Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 7 to 8. - [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) --- 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 +- .github/workflows/update-monaco-editor.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-browserlist.yml b/.github/workflows/update-browserlist.yml index 5ad70a9f51..be811d6d44 100644 --- a/.github/workflows/update-browserlist.yml +++ b/.github/workflows/update-browserlist.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v2 - run: npx browserslist@latest --update-db - name: Commit changes - uses: EndBug/add-and-commit@v7 + uses: EndBug/add-and-commit@v8 with: author_name: ${{ github.actor }} author_email: ${{ github.actor }}@users.noreply.github.com diff --git a/.github/workflows/update-monaco-editor.yml b/.github/workflows/update-monaco-editor.yml index 394fd4b248..0458284245 100644 --- a/.github/workflows/update-monaco-editor.yml +++ b/.github/workflows/update-monaco-editor.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v2 - run: ./bin/update-monaco - name: Commit changes - uses: EndBug/add-and-commit@v7 + uses: EndBug/add-and-commit@v8 with: author_name: ${{ github.actor }} author_email: ${{ github.actor }}@users.noreply.github.com