From 81ed27f296d35baed7bbe591f60c48be63376fc8 Mon Sep 17 00:00:00 2001 From: "bootc-bot[bot]" <225049296+bootc-bot[bot]@users.noreply.github.com> Date: Sun, 15 Mar 2026 00:48:34 +0000 Subject: [PATCH] chore(deps): update actions/create-github-app-token action to v3 Signed-off-by: bootc-bot[bot] <225049296+bootc-bot[bot]@users.noreply.github.com> --- .github/workflows/rebase.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rebase.yml b/.github/workflows/rebase.yml index 68f329a..81dc82c 100644 --- a/.github/workflows/rebase.yml +++ b/.github/workflows/rebase.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Generate Actions Token id: token - uses: actions/create-github-app-token@v2 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.APP_ID }} private-key: ${{ secrets.APP_PRIVATE_KEY }}