diff --git a/.github/workflows/lint-fix.yml b/.github/workflows/lint-fix.yml index aa98f902f..6c481694d 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@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7 + - uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # 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 5eae35018..2be821885 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@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7 + - uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # 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 fd96df432..8b865ab46 100644 --- a/.github/workflows/react-compiler.yml +++ b/.github/workflows/react-compiler.yml @@ -37,7 +37,7 @@ jobs: echo "changed=false" >> $GITHUB_OUTPUT fi - if: steps.check-changes.outputs.changed == 'true' - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # 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