From 7bda8c6d3f857cf863b2a5f4764daa9277e2a1c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 01:39:15 +0000 Subject: [PATCH] Bump tibdex/github-app-token from 1 to 2 Bumps [tibdex/github-app-token](https://github.com/tibdex/github-app-token) from 1 to 2. - [Release notes](https://github.com/tibdex/github-app-token/releases) - [Commits](https://github.com/tibdex/github-app-token/compare/v1...v2) --- updated-dependencies: - dependency-name: tibdex/github-app-token dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/BenchmarkTrigger.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/BenchmarkTrigger.yml b/.github/workflows/BenchmarkTrigger.yml index 340ba702c..a9584a757 100644 --- a/.github/workflows/BenchmarkTrigger.yml +++ b/.github/workflows/BenchmarkTrigger.yml @@ -28,7 +28,7 @@ jobs: - name: Get app installation token (ghs) id: get-app-token - uses: tibdex/github-app-token@v1 + uses: tibdex/github-app-token@v2 with: app_id: ${{ secrets.BENCH_APP_ID }} installation_id: ${{ secrets.BENCH_INSTALL_ID }}