From 2901a8cce0e3c1d7693ded65ea1e2a07da8f18be Mon Sep 17 00:00:00 2001 From: renovate-bot-pw <1130075+renovate-bot-pw[bot]@users.noreply.github.com> Date: Sat, 20 Dec 2025 04:09:26 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v2.2.1 --- .github/workflows/renovate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index f7cc2b9..cd3ebcd 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -22,7 +22,7 @@ jobs: - name: Get GitHub App token id: get_token - uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2 + uses: actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1 with: app-id: ${{ secrets.RENOVATE_APP_ID }} private-key: ${{ secrets.RENOVATE_PRIVATE_KEY }}