Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v7 (#280)
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 Sep 11, 2024
1 parent 65fc841 commit 8b52596
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 @@ -37,11 +37,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@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7
with:
body: I ran `npm run format` 🧑‍💻
branch: actions/prettier-if-needed
commit-message: 'chore(prettier): 🤖 ✨'
labels: 🤖 bot
sign-commits: true
title: 'chore(prettier): 🤖 ✨'
token: ${{ steps.generate-token.outputs.token }}

0 comments on commit 8b52596

Please sign in to comment.