From c964c84e1fdf69d2092146c64cf24bd978fbe07f Mon Sep 17 00:00:00 2001 From: Yat Ho Date: Mon, 4 Mar 2024 14:42:25 +0800 Subject: [PATCH] chore: bump `peter-evans/create-pull-request` --- .github/workflows/webapp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/webapp.yml b/.github/workflows/webapp.yml index 064679189..b1b490c52 100644 --- a/.github/workflows/webapp.yml +++ b/.github/workflows/webapp.yml @@ -143,7 +143,7 @@ jobs: git diff --name-only git add --update web - name: Create pull request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 with: branch: 'chore/update-webapp-files' commit-message: 'chore: update generated transmission-web files'