diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index 24d88e8a..dcd50aeb 100644 --- a/.github/workflows/rustfmt.yml +++ b/.github/workflows/rustfmt.yml @@ -17,7 +17,7 @@ jobs: - name: Get the current date run: echo "date=$(date +'%Y-%m-%d')" >> $GITHUB_ENV - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: author: Fmt Bot title: Automated nightly rustfmt (${{ env.date }})