diff --git a/.github/workflows/create-release-pr.yml b/.github/workflows/create-release-pr.yml index a9b24f57f..928e9eff1 100644 --- a/.github/workflows/create-release-pr.yml +++ b/.github/workflows/create-release-pr.yml @@ -102,7 +102,7 @@ jobs: TF_PLUGIN_CACHE_DIR: ${{ steps.global-cache-dir-path.outputs.dir }}/terraform-plugins - name: Create Pull Request - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 + uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 with: commit-message: "cdktf: update documentation" title: "release: ${{ github.event.inputs.version }}"