From ec2ab7d98b8348f1bf5ccd39012845b901267990 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 15:58:17 +0000 Subject: [PATCH] chore(deps): update cloudflare/wrangler-action action to v4 --- .github/workflows/deploy-storybook.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-storybook.yml b/.github/workflows/deploy-storybook.yml index a8e10b9531..e2628ccbeb 100644 --- a/.github/workflows/deploy-storybook.yml +++ b/.github/workflows/deploy-storybook.yml @@ -50,7 +50,7 @@ jobs: - name: Deploy to Cloudflare Workers (Staging) id: deploy_staging if: github.event_name == 'pull_request' - uses: cloudflare/wrangler-action@v3 + uses: cloudflare/wrangler-action@v4 with: apiToken: ${{ secrets.CLOUDFLARE_DEPLOY_TOKEN }} command: deploy --env staging @@ -58,7 +58,7 @@ jobs: - name: Deploy to Cloudflare Workers (Production) if: github.ref == 'refs/heads/main' && github.event_name == 'push' - uses: cloudflare/wrangler-action@v3 + uses: cloudflare/wrangler-action@v4 with: apiToken: ${{ secrets.CLOUDFLARE_DEPLOY_TOKEN }} command: deploy