Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 6 to 7 (#56)
Browse files Browse the repository at this point in the history
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v6...v7)

---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent 382525b commit 19cfa4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/depup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
repo: reviewdog/reviewdog

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

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

0 comments on commit 19cfa4f

Please sign in to comment.