Skip to content

Commit

Permalink
Bump stefanzweifel/git-auto-commit-action from 4.16.0 to 5.0.0 (#66983)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 9, 2023
1 parent 686f85f commit e98bc2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format-and-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- run: npx dprint fmt

- uses: stefanzweifel/git-auto-commit-action@v4.16.0
- uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_author: "TypeScript Bot <typescriptbot@microsoft.com>"
commit_message: "🤖 dprint fmt"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/support-window.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Make SVG diagram
run: node --experimental-json-modules scripts/support-window > docs/support-window.svg

- uses: stefanzweifel/git-auto-commit-action@v4.16.0
- uses: stefanzweifel/git-auto-commit-action@v5.0.0
with:
commit_author: "TypeScript Bot <typescriptbot@microsoft.com>"
commit_message: "🤖 Update support window"
Expand Down

0 comments on commit e98bc2d

Please sign in to comment.