Skip to content

Commit

Permalink
Bump stefanzweifel/git-auto-commit-action from 4 to 5
Browse files Browse the repository at this point in the history
Dependabot couldn't find the original pull request head commit, 35cdde6.
  • Loading branch information
dependabot[bot] authored Oct 19, 2024
1 parent cbb9eaa commit 1c294ba
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 @@ -114,7 +114,7 @@ jobs:
!= 'refs/heads/main' && (github.event_name == 'push' ||
github.event.pull_request.head.repo.full_name == github.repository) &&
!contains(github.event.head_commit.message, 'skip fix')
uses: stefanzweifel/git-auto-commit-action@v4
uses: stefanzweifel/git-auto-commit-action@v5
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 1c294ba

Please sign in to comment.