diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index 474e52cdc..7a1ae4a44 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -26,7 +26,7 @@ jobs: - run: rustfmt +nightly --edition 2018 $(find . -type f -iname *.rs) - name: Create Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: rustfmt signoff: true