From: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 06:38:39 +0000 (+0200) Subject: ⬆ Bump cloudflare/wrangler-action from 3.15.0 to 4.0.0 (#15571) X-Git-Tag: 0.136.2~20 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a314e3be3bd4a944e780f5daa0f4a56253577892;p=thirdparty%2Ffastapi%2Ffastapi.git ⬆ Bump cloudflare/wrangler-action from 3.15.0 to 4.0.0 (#15571) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 503aec2a85..be1d93b305 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -60,7 +60,7 @@ jobs: env: PROJECT_NAME: fastapitiangolo BRANCH: ${{ ( github.event.workflow_run.head_repository.full_name == github.repository && github.event.workflow_run.head_branch == 'master' && 'main' ) || ( github.event.workflow_run.head_sha ) }} - uses: cloudflare/wrangler-action@9acf94ace14e7dc412b076f2c5c20b8ce93c79cd # v3.15.0 + uses: cloudflare/wrangler-action@ebbaa1584979971c8614a24965b4405ff95890e0 # v4.0.0 with: apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }} # zizmor: ignore[secrets-outside-env] accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }} # zizmor: ignore[secrets-outside-env]