From c0bed395cc3a8a5967a954f36a675235be78b957 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 17:41:12 +0000 Subject: [PATCH] chore(deps): update peter-evans/create-pull-request action to v8 | datasource | package | from | to | | ----------- | ------------------------------- | ------ | ------ | | github-tags | peter-evans/create-pull-request | v7.0.8 | v8.1.0 | | github-tags | peter-evans/create-pull-request | v7 | v8 | --- .github/workflows/aws-rds-version-management.yaml | 2 +- .github/workflows/gitops-image-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/aws-rds-version-management.yaml b/.github/workflows/aws-rds-version-management.yaml index 89251300..d9fc0160 100644 --- a/.github/workflows/aws-rds-version-management.yaml +++ b/.github/workflows/aws-rds-version-management.yaml @@ -131,7 +131,7 @@ jobs: - name: Commit and create PR if changed if: steps.update_files.outputs.changed == '1' && inputs.create_pull_request - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: "chore: bump RDS engine version(s) to latest minor" diff --git a/.github/workflows/gitops-image-tag.yaml b/.github/workflows/gitops-image-tag.yaml index 4fd2a70a..78cc45fc 100644 --- a/.github/workflows/gitops-image-tag.yaml +++ b/.github/workflows/gitops-image-tag.yaml @@ -114,7 +114,7 @@ jobs: - name: Create Pull Request if: inputs.create_pr == true id: create_pr - uses: peter-evans/create-pull-request@v7.0.8 + uses: peter-evans/create-pull-request@v8.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} commit-message: 'chore: update image tag to ${{ inputs.image_tag }}'