Skip to content

Commit 8c54553

Browse files
chore(deps)(deps): bump stefanzweifel/git-auto-commit-action from 5 to 7 (#42)
Bumps [stefanzweifel/git-auto-commit-action](https://github.com/stefanzweifel/git-auto-commit-action) from 5 to 7. - [Release notes](https://github.com/stefanzweifel/git-auto-commit-action/releases) - [Changelog](https://github.com/stefanzweifel/git-auto-commit-action/blob/master/CHANGELOG.md) - [Commits](stefanzweifel/git-auto-commit-action@v5...v7) --- updated-dependencies: - dependency-name: stefanzweifel/git-auto-commit-action dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f60656f commit 8c54553

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/backend-api.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: dotnet format PhantomDave.BankTracking.Api/PhantomDave.BankTracking.Api.csproj --verbosity diagnostic
4242

4343
- name: Commit formatted code
44-
uses: stefanzweifel/git-auto-commit-action@v5
44+
uses: stefanzweifel/git-auto-commit-action@v7
4545
if: github.event_name == 'push'
4646
with:
4747
commit_message: 'chore: auto-format Backend API code'

.github/workflows/backend-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: dotnet format PhantomDave.BankTracking.Data/PhantomDave.BankTracking.Data.csproj --verbosity diagnostic
4242

4343
- name: Commit formatted code
44-
uses: stefanzweifel/git-auto-commit-action@v5
44+
uses: stefanzweifel/git-auto-commit-action@v7
4545
if: github.event_name == 'push'
4646
with:
4747
commit_message: 'chore: auto-format Backend Data code'

.github/workflows/backend-library.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: dotnet format PhantomDave.BankTracking.Library/PhantomDave.BankTracking.Library.csproj --verbosity diagnostic
4040

4141
- name: Commit formatted code
42-
uses: stefanzweifel/git-auto-commit-action@v5
42+
uses: stefanzweifel/git-auto-commit-action@v7
4343
if: github.event_name == 'push'
4444
with:
4545
commit_message: 'chore: auto-format Backend Library code'

.github/workflows/frontend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
run: npx prettier --write "src/**/*.{ts,html,css,scss}"
7979

8080
- name: Commit formatted code
81-
uses: stefanzweifel/git-auto-commit-action@v5
81+
uses: stefanzweifel/git-auto-commit-action@v7
8282
if: github.event_name == 'push'
8383
with:
8484
commit_message: 'chore: auto-format Frontend code'

0 commit comments

Comments
 (0)