Skip to content

Commit

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

* Update prettier-if-needed.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Cody Olsen <81981+stipsan@users.noreply.github.com>
  • Loading branch information
renovate[bot] and stipsan committed Mar 16, 2024
1 parent ce90fae commit 3bb2b78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prettier-if-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,13 @@ jobs:
with:
app_id: ${{ secrets.ECOSCRIPT_APP_ID }}
private_key: ${{ secrets.ECOSCRIPT_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5
- uses: peter-evans/create-pull-request@70a41aba780001da0a30141984ae2a0c95d8704e # v6
with:
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
body: I ran `npx prettier --write .` 🧑‍💻
branch: actions/format
commit-message: "chore(format): 🤖 ✨"
delete-branch: true
labels: 🤖 bot
title: "chore(format): 🤖 ✨"
token: ${{ steps.generate-token.outputs.token }}

0 comments on commit 3bb2b78

Please sign in to comment.