diff --git a/.github/workflows/rustfmt.yml b/.github/workflows/rustfmt.yml index 4fb721e0..01ee51cf 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: title: Automated nightly rustfmt (${{ env.date }}) body: |