diff --git a/.github/workflows/dotnet_tracer_update_version.yml b/.github/workflows/dotnet_tracer_update_version.yml index bb1d829..b74dece 100644 --- a/.github/workflows/dotnet_tracer_update_version.yml +++ b/.github/workflows/dotnet_tracer_update_version.yml @@ -29,7 +29,7 @@ jobs: - name: Create Pull Request id: pr - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: token: ${{ steps.octo-sts.outputs.token }} branch: "dotnet-tracer-version-bump" diff --git a/.github/workflows/java_tracer_update_version.yml b/.github/workflows/java_tracer_update_version.yml index bc3b8e5..42dfcd3 100644 --- a/.github/workflows/java_tracer_update_version.yml +++ b/.github/workflows/java_tracer_update_version.yml @@ -29,7 +29,7 @@ jobs: - name: Create Pull Request id: pr - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: token: ${{ steps.octo-sts.outputs.token }} branch: "java-tracer-version-bump" diff --git a/.github/workflows/node_tracer_v5_update_version.yml b/.github/workflows/node_tracer_v5_update_version.yml index 7b23593..36517fd 100644 --- a/.github/workflows/node_tracer_v5_update_version.yml +++ b/.github/workflows/node_tracer_v5_update_version.yml @@ -29,7 +29,7 @@ jobs: - name: Create Pull Request id: pr - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: token: ${{ steps.octo-sts.outputs.token }} branch: "node-tracer-v5-version-bump" diff --git a/.github/workflows/php_tracer_update_version.yml b/.github/workflows/php_tracer_update_version.yml index 8e53ea5..5b544da 100644 --- a/.github/workflows/php_tracer_update_version.yml +++ b/.github/workflows/php_tracer_update_version.yml @@ -29,7 +29,7 @@ jobs: - name: Create Pull Request id: pr - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: token: ${{ steps.octo-sts.outputs.token }} branch: "php-tracer-version-bump" diff --git a/.github/workflows/python_tracer_update_version.yml b/.github/workflows/python_tracer_update_version.yml index 72bbd1f..2577140 100644 --- a/.github/workflows/python_tracer_update_version.yml +++ b/.github/workflows/python_tracer_update_version.yml @@ -29,7 +29,7 @@ jobs: - name: Create Pull Request id: pr - uses: peter-evans/create-pull-request@84ae59a2cdc2258d6fa0732dd66352dddae2a412 # v7.0.9 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: token: ${{ steps.octo-sts.outputs.token }} branch: "python-tracer-version-bump"