diff --git a/.github/workflows/aws-rds-version-management.yaml b/.github/workflows/aws-rds-version-management.yaml index 0d9223e..83542fb 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 473f113..23fe0c8 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 }}'