From 64ff151bada9b64cbbf0067a7346b51e5f54cb9e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 12:10:08 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=BC=20Bump=20cloudflare/wrangler-actio?= =?UTF-8?q?n=20action=20to=20v4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index f8aa918..61367cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -125,7 +125,7 @@ jobs: merge-multiple: true - name: ⛅ Deploy to Cloudflare - uses: cloudflare/wrangler-action@v3 + uses: cloudflare/wrangler-action@v4 with: accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}