From 37335b7be2d881a8a6cd773d666596b0dd61c141 Mon Sep 17 00:00:00 2001 From: Ziwei Wang Date: Mon, 26 Aug 2024 11:50:01 -0400 Subject: [PATCH] Chore: use create-pull-request v5 --- .github/workflows/update-ref.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-ref.yml b/.github/workflows/update-ref.yml index 6e11eb93..1d12519e 100644 --- a/.github/workflows/update-ref.yml +++ b/.github/workflows/update-ref.yml @@ -49,7 +49,7 @@ jobs: - name: Create pull request if: steps.verify-changed-files.outputs.files_changed == 'true' - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v5 with: title: Auto update references for commits, tags, etc commit-message: Auto update references for commits, tags, etc