From 11a6773ddd6dcc60c5f3f04e2965ea0d3a71aeba Mon Sep 17 00:00:00 2001 From: djach7 Date: Mon, 6 Apr 2026 09:15:50 -0400 Subject: [PATCH] fix: rollback create-github-app-token to v3 The create-github-app-token was mistakenly updated to v4 in the last PR, creating a job failure. This pr rolls it back to v3. Signed-off-by: djach7 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3212c35..b13b068 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' steps: - name: Github app installation token - uses: actions/create-github-app-token@v4 + uses: actions/create-github-app-token@v3 id: app-token with: app-id: ${{ vars.RELEASE_APP_ID }}