Skip to content

Commit

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

* Updated README.

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] and github-actions[bot] authored Dec 10, 2024
1 parent ed9420b commit 36a963d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sync-release-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
token: ${{ secrets.PAT_TOKEN }}

- name: Create Pull Request
uses: peter-evans/create-pull-request@v6.1.0
uses: peter-evans/create-pull-request@v7.0.0
with:
base: "main"
labels: "merge when passing"
Expand Down
2 changes: 1 addition & 1 deletion test/README-codeBlocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
```yaml
- uses: tj-actions/changed-files@v44.5.5
- uses: tj-actions/changed-files@v45.0.1
id: changed-files
with:
# Specify a different base commit SHA
Expand Down
2 changes: 1 addition & 1 deletion test/README-codeBlocksMajorVersion.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
```yaml
- uses: tj-actions/changed-files@v44
- uses: tj-actions/changed-files@v45
id: changed-files
with:
# Specify a different base commit SHA
Expand Down

0 comments on commit 36a963d

Please sign in to comment.