Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ jobs:
- name: Deploy to Cloudflare Pages
if: steps.artifact_check.outputs.exists == 'true'
id: cf_deploy
uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd # v3
uses: cloudflare/wrangler-action@ebbaa1584979971c8614a24965b4405ff95890e0 # v4.0.0

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Update FORJAMIE for the tooling change

This dependency bump changes the Storybook deploy tooling in CI, but the patch only touches .github/workflows/ci.yml; the root AGENTS.md hard rule says any commit that changes behavior, structure, data flow, config, or tooling must update FORJAMIE.md in the same change-set with a Recent Changes entry. Please include the corresponding FORJAMIE.md update so the repo map stays accurate for the new Wrangler action version.

Useful? React with 👍 / 👎.

with:
apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}
Expand Down
Loading