From 1b187c3920d83080dabe571e5e117aeff2e9a7eb Mon Sep 17 00:00:00 2001 From: Noah White Date: Sun, 15 Mar 2026 00:58:09 +0000 Subject: [PATCH] chore: upgrade actions/create-github-app-token to v3 (Node.js 24) --- .github/workflows/sync-tryghost-compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync-tryghost-compose.yml b/.github/workflows/sync-tryghost-compose.yml index 3206014..9c7f5ec 100644 --- a/.github/workflows/sync-tryghost-compose.yml +++ b/.github/workflows/sync-tryghost-compose.yml @@ -167,7 +167,7 @@ jobs: - name: Generate GitHub App token if: steps.compare.outputs.has_changes == 'true' id: app-token - uses: actions/create-github-app-token@v1 + uses: actions/create-github-app-token@v3 with: app-id: ${{ secrets.GHOST_STACK_APP_ID }} private-key: ${{ secrets.GHOST_STACK_APP_PRIVATE_KEY }}