Skip to content

Commit c255d65

Browse files
authored
Merge pull request #4 from DP6/dependabot/github_actions/stefanzweifel/git-auto-commit-action-v4.11.0
Bump stefanzweifel/git-auto-commit-action from v4.10.0 to v4.11.0
2 parents ec18094 + 656e9d9 commit c255d65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/format-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
npm ci
2121
npm run format
2222
- name: Commit changes
23-
uses: stefanzweifel/git-auto-commit-action@v4.10.0
23+
uses: stefanzweifel/git-auto-commit-action@v4.11.0
2424
with:
2525
commit_message: 'style: :lipstick: Apply formatting changes'
2626
branch: ${{ github.head_ref }}

0 commit comments

Comments
 (0)