From 927461782e13052b762209aa678409d9de07f5ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 17:44:39 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3.2.0 --- .github/workflows/release-request-weekly.yml | 2 +- .github/workflows/release-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-request-weekly.yml b/.github/workflows/release-request-weekly.yml index 52044024c..b4f7f8315 100644 --- a/.github/workflows/release-request-weekly.yml +++ b/.github/workflows/release-request-weekly.yml @@ -25,7 +25,7 @@ jobs: ruby-version: "4.0" bundler-cache: true - name: Create otelbot app token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token with: app-id: ${{ vars.OTELBOT_RUBY_APP_ID }} diff --git a/.github/workflows/release-request.yml b/.github/workflows/release-request.yml index ef35c3f01..278159ba2 100644 --- a/.github/workflows/release-request.yml +++ b/.github/workflows/release-request.yml @@ -29,7 +29,7 @@ jobs: ruby-version: "4.0" bundler-cache: true - name: Create otelbot app token - uses: actions/create-github-app-token@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1 + uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0 id: app-token with: app-id: ${{ vars.OTELBOT_RUBY_APP_ID }}