diff --git a/.github/workflows/_legacy-checkpoints.yml b/.github/workflows/_legacy-checkpoints.yml index ffcb9306a8b20..9c11edb25271f 100644 --- a/.github/workflows/_legacy-checkpoints.yml +++ b/.github/workflows/_legacy-checkpoints.yml @@ -138,7 +138,7 @@ jobs: run: echo ${PL_VERSION} >> back-compatible-versions.txt - name: Create Pull Request - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: title: Adding test for legacy checkpoint created with ${{ env.PL_VERSION }} committer: GitHub diff --git a/.github/workflows/docs-tutorials.yml b/.github/workflows/docs-tutorials.yml index c0ac8047224fe..e4d78483fa81b 100644 --- a/.github/workflows/docs-tutorials.yml +++ b/.github/workflows/docs-tutorials.yml @@ -48,7 +48,7 @@ jobs: - name: Create Pull Request if: ${{ github.event_name != 'pull_request' && env.SHA_ACTUAL != env.SHA_LATEST }} - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: title: "docs: update ref to latest tutorials" committer: GitHub diff --git a/.github/workflows/release-pkg.yml b/.github/workflows/release-pkg.yml index fe3400a6f4ca3..6d6619c5d771d 100644 --- a/.github/workflows/release-pkg.yml +++ b/.github/workflows/release-pkg.yml @@ -103,7 +103,7 @@ jobs: - name: Create Pull Request if: github.event_name != 'pull_request' - uses: peter-evans/create-pull-request@v5 + uses: peter-evans/create-pull-request@v6 with: title: "Bump lightning ver `${{ env.TAG }}`" committer: GitHub