From 8a50dc1c8f9f1f102a96d3634a952e8ca82aaf35 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 21:43:00 +0000 Subject: [PATCH] Bump cloudflare/wrangler-action in the github-actions-dependencies group Bumps the github-actions-dependencies group with 1 update: [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action). Updates `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 dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/wrangler.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wrangler.yml b/.github/workflows/wrangler.yml index cf7d3b7..656e3c2 100644 --- a/.github/workflows/wrangler.yml +++ b/.github/workflows/wrangler.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: 🚀 Publish - uses: cloudflare/wrangler-action@v3.15.0 + uses: cloudflare/wrangler-action@v4.0.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} workingDirectory: 'packages/john'