From ca05ea14136c375dc28e21dd99538235051806b7 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 13 Aug 2026 19:27:47 +0000 Subject: [PATCH] chore(deps): update cloudflare/wrangler-action action to v4 --- .github/workflows/crawl-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/crawl-deploy.yml b/.github/workflows/crawl-deploy.yml index 3a47952..56db4b5 100644 --- a/.github/workflows/crawl-deploy.yml +++ b/.github/workflows/crawl-deploy.yml @@ -27,7 +27,7 @@ jobs: run: npx next build - name: Deploy to Cloudflare Pages - uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd # v3 + uses: cloudflare/wrangler-action@ebbaa1584979971c8614a24965b4405ff95890e0 # v4 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}