Skip to content

Commit

Permalink
Merge pull request #42 from laravelmorocco/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…stefanzweifel/git-auto-commit-action-5

Bump stefanzweifel/git-auto-commit-action from 4 to 5
  • Loading branch information
faissaloux authored Oct 9, 2023
2 parents 5060b6a + dd4f36e commit c3524c0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ jobs:
run: pint

- name: Commit linted files
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Fix code styling
2 changes: 1 addition & 1 deletion .github/workflows/javascript-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@ jobs:
run: yarn lint:fix

- name: Commit fixed linting errors
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
with:
commit_message: Fix code styling

0 comments on commit c3524c0

Please sign in to comment.