From f4ee38118f648a9f7d449076e6f007c5a15e9758 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 11:27:19 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7 --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 28be10eb..d70b42f6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -74,7 +74,7 @@ jobs: - run: melos generate - run: ./.github/scripts/check-outdated-files.sh if: github.event_name == 'pull_request' - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 if: github.event_name != 'pull_request' id: create-pr with: @@ -93,7 +93,7 @@ jobs: - run: melos gen-l10n - run: ./.github/scripts/check-outdated-files.sh if: github.event_name == 'pull_request' - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 if: github.event_name != 'pull_request' id: create-pr with: