From 1e1810e8dff29a320f9182f6bbe67ffc9df65a2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 15:10:30 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 7.0.9 to 8.1.1 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.9 to 8.1.1. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/84ae59a2cdc2258d6fa0732dd66352dddae2a412...5f6978faf089d4d20b00c7766989d076bb2fc7f1) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-version: 8.1.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet_tracer_update_version.yml | 2 +- .github/workflows/java_tracer_update_version.yml | 2 +- .github/workflows/node_tracer_v5_update_version.yml | 2 +- .github/workflows/php_tracer_update_version.yml | 2 +- .github/workflows/python_tracer_update_version.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) 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"