File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ jobs:
120120 if : github.event.inputs.limit == null || github.event.inputs.limit == 'ocp'
121121 -
122122 name : Create Pull Request if versions have been updated
123- uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
123+ uses : peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
124124 with :
125125 token : ${{ secrets.REPO_GHA_PAT }}
126126 title : " feat: Public Cloud K8S versions update"
Original file line number Diff line number Diff line change 7878 if : |
7979 env.LATEST_POSTGRES_VERSION_IMAGE != env.CURRENT_POSTGRES_VERSION_IMAGE &&
8080 github.ref == 'refs/heads/main'
81- uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
81+ uses : peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
8282 with :
8383 token : ${{ secrets.REPO_GHA_PAT }}
8484 title : " feat: update default PostgreSQL version to ${{ env.LATEST_POSTGRES_VERSION }}"
9292 if : |
9393 env.LATEST_POSTGRES_VERSION_IMAGE == env.CURRENT_POSTGRES_VERSION_IMAGE &&
9494 github.ref == 'refs/heads/main'
95- uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
95+ uses : peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
9696 with :
9797 token : ${{ secrets.REPO_GHA_PAT }}
9898 title : " test: Updated Postgres versions used in E2E tests"
Original file line number Diff line number Diff line change 3131 make licenses
3232
3333 - name : Create Pull Request if licenses have been updated
34- uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
34+ uses : peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
3535 with :
3636 token : ${{ secrets.REPO_GHA_PAT }}
3737 title : " chore: refresh licenses directory"
Original file line number Diff line number Diff line change @@ -342,7 +342,7 @@ jobs:
342342 rm -fr cloudnative-pg-catalog.yaml bundle.Dockerfile *.zip bundle/
343343
344344 - name : Create Remote Pull Request
345- uses : peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7
345+ uses : peter-evans/create-pull-request@98357b18bf14b5342f975ff684046ec3b2a07725 # v8
346346 with :
347347 token : ${{ secrets.REPO_GHA_PAT }}
348348 commit-message : " operator cloudnative-pg (${{ env.VERSION }})"
You can’t perform that action at this time.
0 commit comments