Skip to content

Commit

Permalink
Merge pull request #139 from reviewdog/renovate/peter-evans-create-pu…
Browse files Browse the repository at this point in the history
…ll-request-7.x

chore(deps): update peter-evans/create-pull-request action to v7
  • Loading branch information
shogo82148 authored Jan 20, 2025
2 parents 59fdf5a + bcfe73c commit e6e4176
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/depup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
repo: koalaman/shellcheck

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "chore(deps): update shellcheck to ${{ steps.depup.outputs.latest }}"
Expand All @@ -50,7 +50,7 @@ jobs:
repo: reviewdog/reviewdog

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "chore(deps): update reviewdog to ${{ steps.depup.outputs.latest }}"
Expand All @@ -76,7 +76,7 @@ jobs:
repo: rhysd/actionlint

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6
uses: peter-evans/create-pull-request@v7
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "chore(deps): update actionlint to ${{ steps.depup.outputs.latest }}"
Expand Down

0 comments on commit e6e4176

Please sign in to comment.