Skip to content

Commit e29d9b5

Browse files
build(deps): bump peter-evans/create-pull-request from 6 to 7
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] <support@github.com>
1 parent 9490915 commit e29d9b5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/_legacy-checkpoints.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ jobs:
138138
run: echo ${PL_VERSION} >> back-compatible-versions.txt
139139

140140
- name: Create Pull Request
141-
uses: peter-evans/create-pull-request@v6
141+
uses: peter-evans/create-pull-request@v7
142142
with:
143143
title: Adding test for legacy checkpoint created with ${{ env.PL_VERSION }}
144144
committer: GitHub <noreply@github.com>

.github/workflows/docs-tutorials.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Create Pull Request
5050
if: ${{ github.event_name != 'pull_request' && env.SHA_ACTUAL != env.SHA_LATEST }}
51-
uses: peter-evans/create-pull-request@v6
51+
uses: peter-evans/create-pull-request@v7
5252
with:
5353
title: "docs: update ref to latest tutorials"
5454
committer: GitHub <noreply@github.com>

.github/workflows/release-pkg.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104

105105
- name: Create Pull Request
106106
if: github.event_name != 'pull_request'
107-
uses: peter-evans/create-pull-request@v6
107+
uses: peter-evans/create-pull-request@v7
108108
with:
109109
title: "Bump lightning ver `${{ env.TAG }}`"
110110
committer: GitHub <noreply@github.com>

0 commit comments

Comments
 (0)