From 2cb0d41d9911ddc7bb21133bea35de411a2d6722 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 14:52:29 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v2.2.1 --- .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 e9038ba..11c892d 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@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 id: app-token with: app-id: ${{ vars.APP_ID }}