Skip to content

Commit 09a1b6b

Browse files
chore(deps): update peter-evans/create-pull-request action to v8 (main) (cloudnative-pg#9532)
1 parent 80267e0 commit 09a1b6b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/k8s-versions-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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"

.github/workflows/latest-postgres-version-check.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
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 }}"
@@ -92,7 +92,7 @@ jobs:
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"

.github/workflows/refresh-licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
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"

.github/workflows/release-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }})"

0 commit comments

Comments
 (0)