From e752a1d7a9ad9014da56e4890af600526ee63c7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 01:39:45 +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 e46880719d..b45f9ad7e3 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