Skip to content

Commit

Permalink
Update version to auto-commit action
Browse files Browse the repository at this point in the history
  • Loading branch information
J12934 committed Jun 6, 2023
1 parent f199a62 commit c934a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/lint-fixer.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
npm install --ignore-scripts --legacy-peer-deps
- name: "Fix everything which can be fixed"
run: 'npm run lint:fix'
- uses: stefanzweifel/git-auto-commit-action@v4.0.0
- uses: stefanzweifel/git-auto-commit-action@v4.16.0
with:
commit_message: "Auto-fix linting issues"
branch: ${{ github.head_ref }}
Expand Down

0 comments on commit c934a52

Please sign in to comment.