From 672f3298524fa8089fddb4a1f057b4b21abb632a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 19:25:34 +0000 Subject: [PATCH] chore(deps): bump cloudflare/wrangler-action from 3 to 4 Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3 to 4. - [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...v4) --- updated-dependencies: - dependency-name: cloudflare/wrangler-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index ae979ac4..bcf5374c 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -115,7 +115,7 @@ jobs: # Since we're only publishing rustdoc output there is no root page, we can instead redirect to an arbitrary crate. - run: echo '/ /veecle_os/' > target/doc/_redirects - id: wrangler - uses: cloudflare/wrangler-action@v3 + uses: cloudflare/wrangler-action@v4 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ vars.CF_ACCOUNT_ID }} @@ -141,7 +141,7 @@ jobs: name: user-manual path: docs/user-manual/book - id: wrangler - uses: cloudflare/wrangler-action@v3 + uses: cloudflare/wrangler-action@v4 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ vars.CF_ACCOUNT_ID }} @@ -166,7 +166,7 @@ jobs: name: veecle-telemetry-ui-wasm path: veecle-telemetry-ui/dist - id: wrangler - uses: cloudflare/wrangler-action@v3 + uses: cloudflare/wrangler-action@v4 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ vars.CF_ACCOUNT_ID }}