diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index 9d24cb2..9221d48 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -18,7 +18,7 @@ jobs: - run: cargo +nightly fmt - name: Create Pull Request - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@v7 with: commit-message: rustfmt signoff: true