Skip to content

Commit

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

* Update browserslist.yml

* Update format-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 authored Sep 9, 2024
1 parent 3f5aaca commit 2c2f5c3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browserslist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,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:
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 }}
4 changes: 2 additions & 2 deletions .github/workflows/format-if-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,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:
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 }}

0 comments on commit 2c2f5c3

Please sign in to comment.