From d0fd3c3f4f24d177607191f6f602927fae2e9079 Mon Sep 17 00:00:00 2001 From: Taiki Endo Date: Tue, 25 Apr 2023 23:31:49 +0900 Subject: [PATCH] Update create-pull-request action to v5 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 90b10c1a..0ee1747e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -180,7 +180,7 @@ jobs: - id: diff run: ci/manifest.sh if: github.repository_owner == 'taiki-e' && (github.event_name == 'schedule' || github.event_name == 'push' && github.ref == 'refs/heads/main') - - uses: taiki-e/create-pull-request@v4 + - uses: peter-evans/create-pull-request@v5 with: title: Update manifest body: |