dependabot[bot] commited on
Commit
4dd455e
1 Parent(s): 9d07014

build(deps): bump stefanzweifel/git-auto-commit-action from 4 to 5 (#371)

Browse files
Files changed (1) hide show
  1. .github/workflows/mega-linter.yml +1 -1
.github/workflows/mega-linter.yml CHANGED
@@ -81,7 +81,7 @@ jobs:
81
  run: sudo chown -Rc $UID .git/
82
  - name: Commit and push applied linter fixes
83
  if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'commit' && github.ref != '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')
84
- uses: stefanzweifel/git-auto-commit-action@v4
85
  with:
86
  branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
87
  commit_message: "[MegaLinter] Apply linters fixes"
 
81
  run: sudo chown -Rc $UID .git/
82
  - name: Commit and push applied linter fixes
83
  if: steps.ml.outputs.has_updated_sources == 1 && (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'commit' && github.ref != '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')
84
+ uses: stefanzweifel/git-auto-commit-action@v5
85
  with:
86
  branch: ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
87
  commit_message: "[MegaLinter] Apply linters fixes"