From 8b5259685fc6f4662abee048d94ea4442a7aaa6c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 11 Sep 2024 10:52:03 +0200 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v7 (#280) * 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 <81981+stipsan@users.noreply.github.com> --- .github/workflows/prettier.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index 2e167a04..717586ab 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -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 }}