From f9121e068d274936cf91532c595178a2e309663f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 14 Mar 2026 01:12:22 +0000 Subject: [PATCH] Update actions/create-github-app-token action to v3 --- .github/workflows/autorelease.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/autorelease.yml b/.github/workflows/autorelease.yml index ca96076..f4fe339 100644 --- a/.github/workflows/autorelease.yml +++ b/.github/workflows/autorelease.yml @@ -11,7 +11,7 @@ jobs: steps: - name: Generate token id: token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.MELLBOT_APP_ID }} private-key: ${{ secrets.MELLBOT_PK }}