From cb75994ed43fbaa9d4a726e10e9bf495e8088c35 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 11:49:24 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3 --- .github/workflows/run-benchmark-prod.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run-benchmark-prod.yml b/.github/workflows/run-benchmark-prod.yml index 70a49d15..a71709bc 100644 --- a/.github/workflows/run-benchmark-prod.yml +++ b/.github/workflows/run-benchmark-prod.yml @@ -42,7 +42,7 @@ jobs: - name: Generate a token id: app-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v3 with: app-id: ${{ vars.GHAPP_NUCLIA_SERVICE_BOT_ID }} private-key: ${{ secrets.GHAPP_NUCLIA_SERVICE_BOT_PK }}