From 4dadab98a05b8b24c4b4a3c3781a34692316a3d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lauren=C8=9Biu=20Nicola?= Date: Fri, 10 Apr 2026 18:31:19 +0300 Subject: [PATCH] Bump `actions/create-github-app-token` --- .github/workflows/rustc-pull.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rustc-pull.yml b/.github/workflows/rustc-pull.yml index 309841a..a40f528 100644 --- a/.github/workflows/rustc-pull.yml +++ b/.github/workflows/rustc-pull.yml @@ -94,7 +94,7 @@ jobs: exit ${exitcode} - - uses: actions/create-github-app-token@v2 + - uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ inputs.github-app-id }}