Merge branch 'main' of https://github.com/anthropics/claude-code-action into fix-workflow-run-auth

This commit is contained in:
Kashyap Murali
2025-08-20 13:25:40 -07:00
3 changed files with 37 additions and 5 deletions

View File

@@ -145,7 +145,7 @@ runs:
echo "Base-action dependencies installed"
cd -
# Install Claude Code globally
curl -fsSL https://claude.ai/install.sh | bash -s 1.0.84
curl -fsSL https://claude.ai/install.sh | bash -s 1.0.85
echo "$HOME/.local/bin" >> "$GITHUB_PATH"
- name: Setup Network Restrictions