From 39bf0b5d555b7d22febcf450efeb22baff03146a Mon Sep 17 00:00:00 2001 From: Matt Knight Date: Sat, 3 Jun 2023 08:06:03 -0700 Subject: [PATCH] update pr creation step (#131) --- .github/workflows/auto-pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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