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