From 7682f03aac52d74dfff195969b6affc848a93429 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 18:11:34 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3 --- .github/workflows/fleet-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/fleet-review.yml b/.github/workflows/fleet-review.yml index 30aec26..5d3a0f4 100644 --- a/.github/workflows/fleet-review.yml +++ b/.github/workflows/fleet-review.yml @@ -80,7 +80,7 @@ jobs: - name: Mint the reviewer App installation token id: apptoken - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.FLEET_APP_ID }} private-key: ${{ secrets.FLEET_APP_PRIVATE_KEY }}