From d9da6187b498abc2a1e83a0af1d108e6c27f1f35 Mon Sep 17 00:00:00 2001 From: "hojmark-renovate[bot]" <250027797+hojmark-renovate[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 07:25:50 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3 --- .github/workflows/renovate.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/renovate.yaml b/.github/workflows/renovate.yaml index 67aa2e43..99b99213 100644 --- a/.github/workflows/renovate.yaml +++ b/.github/workflows/renovate.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Get GitHub App token id: app-token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: Iv23liWqEqKI4vhrLE1i # hojmark-renovate Client ID private-key: ${{ secrets.RENOVATE_APP_PK }}