From e1eba45b98f456076ad146c941342fc8b51970e1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" Date: Thu, 3 Apr 2025 19:50:10 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v2 --- .github/workflows/repo-sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/repo-sync.yml b/.github/workflows/repo-sync.yml index 99e078ffe..065b38627 100644 --- a/.github/workflows/repo-sync.yml +++ b/.github/workflows/repo-sync.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - uses: actions/create-github-app-token@v1 + - uses: actions/create-github-app-token@v2 id: app-token with: app-id: ${{ vars.CI_APP_ID }}