Skip to content

Commit

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

* Update lint-fix-if-needed.yml

* Update prettier-if-needed.yml

* Update yarn-if-needed.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 Feb 2, 2024
1 parent 0e05e77 commit 5b1d51c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/lint-fix-if-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,10 @@ jobs:
with:
app_id: ${{ secrets.ECOSPARK_APP_ID }}
private_key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5
- uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6
# Run even if `yarn lint:fix` fails
if: always()
with:
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
body: "I ran `yarn lint:fix --rule 'prettier/prettier: [off]'` 🧑‍💻"
branch: actions/lint-fix-if-needed
commit-message: 'chore(lint): fix linter issues 🤖 ✨'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/prettier-if-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,8 @@ jobs:
with:
app_id: ${{ secrets.ECOSPARK_APP_ID }}
private_key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5
- uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6
with:
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
body: I ran `yarn prettier` 🧑‍💻
branch: actions/prettier-if-needed
commit-message: 'chore(prettier): fix unformatted files 🤖 ✨'
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/yarn-if-needed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,8 @@ jobs:
with:
app_id: ${{ secrets.ECOSPARK_APP_ID }}
private_key: ${{ secrets.ECOSPARK_APP_PRIVATE_KEY }}
- uses: peter-evans/create-pull-request@153407881ec5c347639a548ade7d8ad1d6740e38 # v5
- uses: peter-evans/create-pull-request@b1ddad2c994a25fbc81a28b3ec0e368bb2021c50 # v6
with:
author: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
body: I ran `npx yarn-deduplicate -- yarn.lock --strategy highest` 🧑‍💻
branch: actions/yarn-if-needed
commit-message: 'chore(deps): dedupe yarn.lock'
Expand Down

0 comments on commit 5b1d51c

Please sign in to comment.