From bf99ed136e1c5674d5059d28e5b3b44733a26269 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 00:01:11 +0000 Subject: [PATCH] chore: update peter-evans/create-pull-request action to v7 --- .github/workflows/PullRequestAndExportAirtable.yml | 2 +- .github/workflows/publishRelease.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PullRequestAndExportAirtable.yml b/.github/workflows/PullRequestAndExportAirtable.yml index 7799f30..a491cc6 100644 --- a/.github/workflows/PullRequestAndExportAirtable.yml +++ b/.github/workflows/PullRequestAndExportAirtable.yml @@ -30,6 +30,6 @@ jobs: run: yarn test - name: craete pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: title: 'feat: Airtableの最新ルールを反映' diff --git a/.github/workflows/publishRelease.yml b/.github/workflows/publishRelease.yml index e1d8c5d..b69ecab 100644 --- a/.github/workflows/publishRelease.yml +++ b/.github/workflows/publishRelease.yml @@ -60,7 +60,7 @@ jobs: git checkout main git cherry-pick $NEW_TAG - name: craete pull request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: title: "chore(release): ${{ env.NEW_TAG }}" branch: "merge-release-${{ env.NEW_TAG }}"