Sweep 22 Sep 2026 · 17:19Z Build v2.1.280 501 read Stable v2.1.267 Latest v2.1.280 Next v2.1.280 Feeds RSS JSON llms.txt Unofficial
One change · claude-code

Use Claude Code GitHub Actions with cloud providers changed

github-actions-cloud-providers

Nearest release: v2.1.265, published under an hour after this site recorded the change. Shown because the two are within 24 hours of each other. Nothing here says the release caused the edit.

Recorded here
Lines+1added
Lines−7removed
From line 16 where the diff opens
First seen 14 Aug 2026 this site's first read of the page
Recorded edits3to this page, all time

The whole hunk

from line 16, old and new numbered
/
lines
from line 16
1616* **Google Cloud's Agent Platform**: `use_vertex: "true"`
1717* **Microsoft Foundry**: `use_foundry: "true"`
1818 
19The following snippet shows the input in place for Amazon Bedrock. You don't need to edit a workflow yet, because the complete workflow examples later on this page already include the input for each provider.
20 
21```yaml theme={null}
22- uses: anthropics/claude-code-action@v1
23 with:
24 use_bedrock: "true"
25```
19The complete workflow examples under [Set up the integration](#set-up-the-integration) already include the input for each provider.
2620 
2721## Prerequisites
2822