Skip to content

Commit 36a963d

Browse files
chore(deps): update peter-evans/create-pull-request action to v7 (#570)
* 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>
1 parent ed9420b commit 36a963d

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/sync-release-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ jobs:
130130
token: ${{ secrets.PAT_TOKEN }}
131131

132132
- name: Create Pull Request
133-
uses: peter-evans/create-pull-request@v6.1.0
133+
uses: peter-evans/create-pull-request@v7.0.0
134134
with:
135135
base: "main"
136136
labels: "merge when passing"

test/README-codeBlocks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<!-- AUTO-DOC-INPUT:START - Do not remove or modify this section -->
44
```yaml
5-
- uses: tj-actions/changed-files@v44.5.5
5+
- uses: tj-actions/changed-files@v45.0.1
66
id: changed-files
77
with:
88
# Specify a different base commit SHA

test/README-codeBlocksMajorVersion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

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

0 commit comments

Comments
 (0)