Skip to content

Commit

Permalink
chore(deps): update peter-evans/create-pull-request action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 5, 2023
1 parent b6feb00 commit f70de6c
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@v4
uses: peter-evans/create-pull-request@v5
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@v4
uses: peter-evans/create-pull-request@v5
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@v4
uses: peter-evans/create-pull-request@v5
with:
token: ${{ secrets.GITHUB_TOKEN }}
title: "chore(deps): update actionlint to ${{ steps.depup.outputs.latest }}"
Expand Down

0 comments on commit f70de6c

Please sign in to comment.