diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index e8522abf..226f4f77 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -47,7 +47,7 @@ jobs: steps: # Git Checkout - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} @@ -110,7 +110,7 @@ jobs: # Create pull request if applicable # (for now works only on PR from same repository, not from forks) - name: Create Pull Request with applied fixes - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 id: cpr if: >- steps.ml.outputs.has_updated_sources == 1 && @@ -166,7 +166,7 @@ jobs: run: sudo chown -Rc $UID .git/ - name: Commit and push applied linter fixes - uses: stefanzweifel/git-auto-commit-action@v5 + uses: stefanzweifel/git-auto-commit-action@v6 if: >- steps.ml.outputs.has_updated_sources == 1 && (