From 277035315a9897be1edf87ab86368e0150c392e1 Mon Sep 17 00:00:00 2001 From: DigitalBrainJS Date: Sun, 19 May 2024 20:48:49 +0300 Subject: [PATCH] chore(ci): bump create-pull-request version to fix a bug (https://github.com/peter-evans/create-pull-request/issues/2790); --- .github/workflows/pr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 8a6eb0406d..7bbe30f9a3 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -57,7 +57,7 @@ jobs: with: run: node ./bin/pr.js - name: Create pull request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v6 id: cpr with: branch: release