diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml index 850958c..fc80d70 100644 --- a/.github/workflows/auto-pr.yml +++ b/.github/workflows/auto-pr.yml @@ -36,7 +36,7 @@ jobs: echo "DESCRIPTION=$(git log -1 --pretty=%B | head -n 1)" >> $GITHUB_OUTPUT - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.2.3 + uses: peter-evans/create-pull-request@v5.0.1 with: token: ${{ secrets.PR_TOKEN }} branch: downstream/update-microzig