diff --git a/.github/workflows/bump_bbs_protos.yml b/.github/workflows/bump_bbs_protos.yml index be999d885d..52626a39d5 100644 --- a/.github/workflows/bump_bbs_protos.yml +++ b/.github/workflows/bump_bbs_protos.yml @@ -70,7 +70,7 @@ jobs: - name: Create or Update Pull Request if: env.changes == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: path: cloud_controller_ng branch: bbs-protos-bump-${{ github.ref_name }} diff --git a/.github/workflows/bump_bundler_version.yml b/.github/workflows/bump_bundler_version.yml index 76a5d69fee..2fe0b6dd31 100644 --- a/.github/workflows/bump_bundler_version.yml +++ b/.github/workflows/bump_bundler_version.yml @@ -48,7 +48,7 @@ jobs: fi - name: Create or Update Pull Request if: env.changes == 'true' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: branch: bump-bundler-version-${{ github.ref_name }} title: "Automated Bump of Bundler Version in Gemfile.lock"