Skip to content

Commit bcc64fc

Browse files
authored
Merge pull request #75 from awcodes/dependabot/github_actions/stefanzweifel/git-auto-commit-action-6
Chore(deps): Bump stefanzweifel/git-auto-commit-action from 5 to 6
2 parents 93dc248 + fc9886b commit bcc64fc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-assets.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
run: npm run build
2424

2525
- name: Commit changes
26-
uses: stefanzweifel/git-auto-commit-action@v5
26+
uses: stefanzweifel/git-auto-commit-action@v6
2727
with:
2828
commit_message: "Chore: build assets"

.github/workflows/fix-php-code-styling.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,6 @@ jobs:
1818
uses: aglipanci/laravel-pint-action@2.5
1919

2020
- name: Commit changes
21-
uses: stefanzweifel/git-auto-commit-action@v5
21+
uses: stefanzweifel/git-auto-commit-action@v6
2222
with:
2323
commit_message: "Chore: Fix PHP code styling"

0 commit comments

Comments
 (0)