diff --git a/.github/workflows/clippy.yml b/.github/workflows/clippy.yml index 0a7fd27..3a06dd3 100644 --- a/.github/workflows/clippy.yml +++ b/.github/workflows/clippy.yml @@ -38,7 +38,7 @@ jobs: args: --workspace --verbose - name: Commit and push changes continue-on-error: true - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: token: ${{ secrets.SCOPED_GITHUB_TOKEN }} commit-message: Run clippy on the code base