diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 6fa9356..5f489de 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -120,7 +120,7 @@ jobs: && (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@v7 with: branch: ${{ github.event.pull_request.head.ref || \ github.head_ref || github.ref }}