Skip to content

Commit 72d5d39

Browse files
build(deps): bump stefanzweifel/git-auto-commit-action from 5.2.0 to 6.0.1 in the github-actions group across 1 directory (DefinitelyTyped#73036)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e59680f commit 72d5d39

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/UpdateCodeowners.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- run: pnpm run update-codeowners
3434

35-
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
35+
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
3636
with:
3737
commit_author: 'TypeScript Bot <[email protected]>'
3838
commit_message: '🤖 Update CODEOWNERS'

.github/workflows/format-and-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
4141
- run: pnpm dprint fmt
4242

43-
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
43+
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
4444
with:
4545
commit_author: 'TypeScript Bot <[email protected]>'
4646
commit_message: '🤖 dprint fmt'

.github/workflows/support-window.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Make SVG diagram
4444
run: node --experimental-json-modules scripts/support-window > docs/support-window.svg
4545

46-
- uses: stefanzweifel/git-auto-commit-action@b863ae1933cb653a53c021fe36dbb774e1fb9403 # v5.2.0
46+
- uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # v6.0.1
4747
with:
4848
commit_author: 'TypeScript Bot <[email protected]>'
4949
commit_message: '🤖 Update support window'

0 commit comments

Comments
 (0)