From 582c8d57971aac8f370f8e8e97f38a1edfca0c38 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 16:59:00 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3 --- .github/workflows/stale-repository-identifier.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/stale-repository-identifier.yaml b/.github/workflows/stale-repository-identifier.yaml index 9fbfb3c..2a7999d 100644 --- a/.github/workflows/stale-repository-identifier.yaml +++ b/.github/workflows/stale-repository-identifier.yaml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: 🔑 Get GitHub App Token - uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2 + uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0 id: app-token with: app-id: ${{ vars.APP_ID }}