From 5ce0f0e81694eafd3ad778695bcdcbb0e859ada4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 20:57:50 +0000 Subject: [PATCH] Bump cloudflare/wrangler-action from 3.15.0 to 4.0.0 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.15.0 to 4.0.0. - [Release notes](https://github.com/cloudflare/wrangler-action/releases) - [Changelog](https://github.com/cloudflare/wrangler-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/cloudflare/wrangler-action/compare/v3.15.0...v4.0.0) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Cloudflare.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Cloudflare.yml b/.github/workflows/Cloudflare.yml index ac3cd09..f924c67 100644 --- a/.github/workflows/Cloudflare.yml +++ b/.github/workflows/Cloudflare.yml @@ -55,7 +55,7 @@ jobs: steps: - uses: actions/checkout@v6.0.2 - - uses: cloudflare/wrangler-action@v3.15.0 + - uses: cloudflare/wrangler-action@v4.0.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }}