@@ -23,13 +23,13 @@ jobs:
2323 statuses : write
2424 runs-on : ubuntu-latest
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 with :
2828 fetch-depth : 0
2929 - name : Load super-linter configuration
3030 run : cat config/lint/super-linter.env >> "$GITHUB_ENV"
3131 - name : Super-Linter
32- uses : super-linter/super-linter@v7.2.1
32+ uses : super-linter/super-linter@v8.0.0
3333 env :
3434 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
3535
4242 cancel-in-progress : true
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v5
4646 - name : " Run pre-commit"
4747 run : |
4848 set -o errexit
@@ -66,15 +66,15 @@ jobs:
6666 statuses : write
6767 runs-on : ubuntu-latest
6868 steps :
69- - uses : actions/checkout@v4
69+ - uses : actions/checkout@v5
7070 with :
7171 fetch-depth : 0
7272 - name : Load super-linter configuration
7373 run : cat config/lint/super-linter.env >> "$GITHUB_ENV"
7474 - name : Load super-linter fix mode configuration
7575 run : cat config/lint/super-linter-fix-mode.env >> "$GITHUB_ENV"
7676 - name : Super-Linter
77- uses : super-linter/super-linter@v7.2.1
77+ uses : super-linter/super-linter@v8.0.0
7878 env :
7979 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8080 - name : Commit and push linting fixes
8585 github.event_name == 'pull_request' &&
8686 github.ref_name != github.event.repository.default_branch &&
8787 !cancelled()
88- uses : stefanzweifel/git-auto-commit-action@v5.1.0
88+ uses : stefanzweifel/git-auto-commit-action@v6.0.1
8989 with :
9090 branch : ${{ github.event.pull_request.head.ref || github.head_ref || github.ref }}
9191 commit_message : " chore: fix linting issues"
0 commit comments