diff --git a/.github/workflows/weekly-supelinter.yaml b/.github/workflows/weekly-supelinter.yaml index 2a2d6446e..c72fdf906 100644 --- a/.github/workflows/weekly-supelinter.yaml +++ b/.github/workflows/weekly-supelinter.yaml @@ -54,7 +54,7 @@ jobs: - name: Create New Pull Request If Needed if: steps.changed.outputs.changed == 'true' - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v7 with: title: "Github bot : fix linting issues" commit_options: "--no-verify --signoff"