Skip to content

Commit

Permalink
Merge pull request #322 from awcodes/dependabot/github_actions/stefan…
Browse files Browse the repository at this point in the history
…zweifel/git-auto-commit-action-5

Chore(deps): Bump stefanzweifel/git-auto-commit-action from 4 to 5
  • Loading branch information
awcodes authored Oct 9, 2023
2 parents 9b99396 + 0660299 commit bc1a766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
run: npm run build

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Chore: build assets"
2 changes: 1 addition & 1 deletion .github/workflows/fix-php-code-styling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
uses: aglipanci/[email protected]

- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: "Chore: Fix PHP code styling"

0 comments on commit bc1a766

Please sign in to comment.