From 485f8672ffb8d2f19782a36f69a48218c05d120d Mon Sep 17 00:00:00 2001 From: William Aaron Cheung Date: Wed, 8 Apr 2026 09:17:10 +0800 Subject: [PATCH] ci: pin claude-code-action to v1.0.88 to work around symlink ENOENT bug --- .github/workflows/claude.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index f6e24e65..618d2088 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -43,7 +43,7 @@ jobs: submodules: recursive fetch-depth: 1 - - uses: anthropics/claude-code-action@v1 + - uses: anthropics/claude-code-action@v1.0.88 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} additional_permissions: | @@ -71,7 +71,7 @@ jobs: submodules: recursive fetch-depth: 1 - - uses: anthropics/claude-code-action@v1 + - uses: anthropics/claude-code-action@v1.0.88 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} additional_permissions: | @@ -111,7 +111,7 @@ jobs: submodules: recursive fetch-depth: 1 - - uses: anthropics/claude-code-action@v1 + - uses: anthropics/claude-code-action@v1.0.88 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} claude_args: | @@ -142,7 +142,7 @@ jobs: submodules: recursive fetch-depth: 1 - - uses: anthropics/claude-code-action@v1 + - uses: anthropics/claude-code-action@v1.0.88 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} claude_args: |