]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
⬆ Bump cloudflare/wrangler-action from 3.12 to 3.13 (#12996)
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Mon, 9 Dec 2024 22:43:24 +0000 (22:43 +0000)
committerGitHub <noreply@github.com>
Mon, 9 Dec 2024 22:43:24 +0000 (22:43 +0000)
Bumps [cloudflare/wrangler-action](https://github.com/cloudflare/wrangler-action) from 3.12 to 3.13.
- [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.12...v3.13)

---
updated-dependencies:
- dependency-name: cloudflare/wrangler-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
.github/workflows/deploy-docs.yml

index a8383e5c63b182fd179c400f1f97becaad12b475..648539d4703eafa5126b141a250a4bd90006e54a 100644 (file)
@@ -64,7 +64,7 @@ jobs:
           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 ) }}
         # TODO: Use v3 when it's fixed, probably in v3.11
         # https://github.com/cloudflare/wrangler-action/issues/307
-        uses: cloudflare/wrangler-action@v3.12
+        uses: cloudflare/wrangler-action@v3.13
         # uses: cloudflare/wrangler-action@v3
         with:
           apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}