From 307869f0d2c58cf966dd86d454dd4146d8e807d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Mar 2025 15:57:35 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request digest to 271a8d0 --- .github/workflows/lint-fix.yml | 2 +- .github/workflows/prettier.yml | 2 +- .github/workflows/react-compiler.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint-fix.yml b/.github/workflows/lint-fix.yml index 76654fc72..ab59aca71 100644 --- a/.github/workflows/lint-fix.yml +++ b/.github/workflows/lint-fix.yml @@ -31,7 +31,7 @@ jobs: with: app-id: ${{ secrets.ECOSPARK_APP_ID }} private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} - - uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7 + - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 with: body: I ran `pnpm lint:fix` 🧑‍💻 branch: actions/lint-fix diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index feab79aa3..d4e7aac36 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -35,7 +35,7 @@ jobs: with: app-id: ${{ secrets.ECOSPARK_APP_ID }} private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} - - uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7 + - uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 with: body: I ran `pnpm format` 🧑‍💻 branch: "actions/prettier-${{ github.ref_name }}" diff --git a/.github/workflows/react-compiler.yml b/.github/workflows/react-compiler.yml index 656cc9fff..6dd117140 100644 --- a/.github/workflows/react-compiler.yml +++ b/.github/workflows/react-compiler.yml @@ -39,7 +39,7 @@ jobs: - if: steps.check-changes.outputs.changed == 'true' run: pnpm dedupe - if: steps.check-changes.outputs.changed == 'true' - uses: peter-evans/create-pull-request@dd2324fc52d5d43c699a5636bcf19fceaa70c284 # v7 + uses: peter-evans/create-pull-request@271a8d0340265f705b14b6d32b9829c1cb33d45e # v7 with: body: I ran `pnpm -r up react-compiler-runtime@beta babel-plugin-react-compiler@beta eslint-plugin-react-compiler@beta` 🧑‍💻 branch: actions/react-compiler