Skip to content

Commit

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

* Update prettier.yml

---------

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 Nov 12, 2024
1 parent 3a2d040 commit 43c9945
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prettier.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,12 @@ jobs:
with:
app-id: ${{ secrets.ECOSPARK_APP_ID }}
private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@c5a7806660adbe173f04e3e038b0ccdcd758773c # v6
- uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7
with:
body: I ran `pnpm format` 🧑‍💻
branch: actions/prettier
commit-message: 'chore(prettier): 🤖 ✨'
labels: 🤖 bot
sign-commits: true
title: 'chore(prettier): 🤖 ✨'
token: ${{ steps.generate-token.outputs.token }}

0 comments on commit 43c9945

Please sign in to comment.