From bf93c09afd7d71a7e4ea790ce81e0cd3f6e788f8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 06:20:09 +0000 Subject: [PATCH 1/3] chore(deps): update peter-evans/create-pull-request action to v7 --- .github/workflows/browserslist.yml | 2 +- .github/workflows/format-if-needed.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/browserslist.yml b/.github/workflows/browserslist.yml index 7db30a82..099fcb0e 100644 --- a/.github/workflows/browserslist.yml +++ b/.github/workflows/browserslist.yml @@ -27,7 +27,7 @@ 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: author: github-actions <41898282+github-actions[bot]@users.noreply.github.com> body: I ran `npx update-browserslist-db@latest` 🧑‍💻 diff --git a/.github/workflows/format-if-needed.yml b/.github/workflows/format-if-needed.yml index 6d4480b3..11455db5 100644 --- a/.github/workflows/format-if-needed.yml +++ b/.github/workflows/format-if-needed.yml @@ -33,7 +33,7 @@ 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: author: github-actions <41898282+github-actions[bot]@users.noreply.github.com> body: I ran `pnpm format` 🧑‍💻 From 490dafcbfde92654f8156ec8447d07807e407948 Mon Sep 17 00:00:00 2001 From: Cody Olsen <81981+stipsan@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:00:38 +0200 Subject: [PATCH 2/3] Update browserslist.yml --- .github/workflows/browserslist.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/browserslist.yml b/.github/workflows/browserslist.yml index 099fcb0e..7663f745 100644 --- a/.github/workflows/browserslist.yml +++ b/.github/workflows/browserslist.yml @@ -29,10 +29,10 @@ jobs: private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} - uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7 with: - author: github-actions <41898282+github-actions[bot]@users.noreply.github.com> body: I ran `npx update-browserslist-db@latest` 🧑‍💻 branch: actions/update-browserslist-database-if-needed commit-message: "chore: update browserslist db" labels: 🤖 bot + sign-commits: true title: "chore: update browserslist db" token: ${{ steps.app-token.outputs.token }} From 6e361c3426f4a5a7ce4e191399a2220ebd27b2ac Mon Sep 17 00:00:00 2001 From: Cody Olsen <81981+stipsan@users.noreply.github.com> Date: Mon, 9 Sep 2024 09:01:06 +0200 Subject: [PATCH 3/3] Update format-if-needed.yml --- .github/workflows/format-if-needed.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/format-if-needed.yml b/.github/workflows/format-if-needed.yml index 11455db5..b1deb88d 100644 --- a/.github/workflows/format-if-needed.yml +++ b/.github/workflows/format-if-needed.yml @@ -35,10 +35,10 @@ jobs: private-key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }} - uses: peter-evans/create-pull-request@8867c4aba1b742c39f8d0ba35429c2dfa4b6cb20 # v7 with: - author: github-actions <41898282+github-actions[bot]@users.noreply.github.com> body: I ran `pnpm format` 🧑‍💻 branch: actions/format commit-message: "chore(format): 🤖 ✨" labels: 🤖 bot + sign-commits: true title: "chore(format): 🤖 ✨" token: ${{ steps.app-token.outputs.token }}