From 3b36b948616682c1b18bc3a90b7dabcfe8fc322a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Mar 2022 21:43:45 +0100 Subject: [PATCH] chore(deps): bump EndBug/add-and-commit from 8 to 9 (#703) Bumps [EndBug/add-and-commit](https://github.com/EndBug/add-and-commit) from 8 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...v9) --- updated-dependencies: - dependency-name: EndBug/add-and-commit dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 4682bea2..d9ce4471 100644 --- a/.github/workflows/update-browserlist.yml +++ b/.github/workflows/update-browserlist.yml @@ -9,7 +9,7 @@ jobs: - uses: actions/checkout@v3 - run: npx browserslist@latest --update-db - name: Commit changes - uses: EndBug/add-and-commit@v8 + uses: EndBug/add-and-commit@v9 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 8066f812..646aa98f 100644 --- a/.github/workflows/update-monaco-editor.yml +++ b/.github/workflows/update-monaco-editor.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v3 - run: ./bin/update-monaco - name: Commit changes - uses: EndBug/add-and-commit@v8 + uses: EndBug/add-and-commit@v9 with: author_name: ${{ github.actor }} author_email: ${{ github.actor }}@users.noreply.github.com