From 8d8d09df1dac435c3edbec5389eab3603521405c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 22:43:12 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ef4fd34e62..4768070c86 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Generate bot app token id: generate_token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.RELEASER_ID }} private-key: ${{ secrets.RELEASER_PRIVATE_KEY }}