Skip to content

Commit

Permalink
Merge pull request #613 from mermaid-js/dependabot/github_actions/dev…
Browse files Browse the repository at this point in the history
…elop/EndBug/add-and-commit-8

chore(deps): bump EndBug/add-and-commit from 7 to 8
  • Loading branch information
sidharthv96 committed Jan 21, 2022
2 parents 8cbd5a2 + 84261b4 commit e2461f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-browserlist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-monaco-editor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e2461f2

Please sign in to comment.