Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v7 (#7481)
Browse files Browse the repository at this point in the history
* chore(deps): update peter-evans/create-pull-request action to v7

* chore: sign commits

* chore: sign commits

* chore: sign commits

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Olsen <[email protected]>
  • Loading branch information
renovate[bot] and stipsan authored Sep 9, 2024
1 parent 5ef2990 commit b241a3d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/lint-fix-if-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,14 @@ jobs:
with:
app-id: ${{ secrets.ECOSPARK_APP_ID }}
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6
- uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7
# Run even if `lint:fix` fails
if: always()
with:
body: "I ran `pnpm lint:fix --rule 'prettier/prettier: [off]'` 🧑‍💻"
branch: actions/lint-fix-if-needed
commit-message: "chore(lint): fix linter issues 🤖 ✨"
labels: 🤖 bot
sign-commits: true
title: "chore(lint): fix linter issues 🤖 ✨"
token: ${{ steps.app-token.outputs.token }}
3 changes: 2 additions & 1 deletion .github/workflows/pnpm-if-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,12 @@ jobs:
with:
app-id: ${{ secrets.ECOSPARK_APP_ID }}
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6
- uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7
with:
body: I ran `pnpm dedupe` 🧑‍💻
branch: actions/dedupe-if-needed
commit-message: "chore(deps): dedupe pnpm-lock.yaml"
labels: 🤖 bot
sign-commits: true
title: "chore(deps): dedupe pnpm-lock.yaml"
token: ${{ steps.app-token.outputs.token }}
3 changes: 2 additions & 1 deletion .github/workflows/prettier-if-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,11 +66,12 @@ jobs:
with:
app-id: ${{ secrets.ECOSPARK_APP_ID }}
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@9153d834b60caba6d51c9b9510b087acf9f33f83 # v6
- uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7
with:
body: I ran `pnpm prettier` 🧑‍💻
branch: actions/prettier-if-needed
commit-message: "chore(prettier): fix unformatted files 🤖 ✨"
labels: 🤖 bot
sign-commits: true
title: "chore(prettier): fix unformatted files 🤖 ✨"
token: ${{ steps.app-token.outputs.token }}

0 comments on commit b241a3d

Please sign in to comment.