Skip to content

Commit

Permalink
chore(deps): update stefanzweifel/git-auto-commit-action action to v5…
Browse files Browse the repository at this point in the history
….1.0
  • Loading branch information
renovate[bot] authored Jan 12, 2025
1 parent dd37a78 commit 04c5e90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mega-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
run: sudo chown -Rc $UID .git/
- name: Commit and push applied linter fixes
if: always() && steps.pc.conclusion == 'success'
uses: stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5.0.1
uses: stefanzweifel/git-auto-commit-action@e348103e9026cc0eee72ae06630dbe30c8bf7a79 # v5.1.0
with:
branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
commit_message: "[MegaLinter] Apply linters fixes"
Expand Down

0 comments on commit 04c5e90

Please sign in to comment.