]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
👷 Use `wrangler-action` v3 (#13415)
authorJoakim Nordling <joakim.nordling@gmail.com>
Thu, 27 Feb 2025 13:06:27 +0000 (15:06 +0200)
committerGitHub <noreply@github.com>
Thu, 27 Feb 2025 13:06:27 +0000 (14:06 +0100)
.github/workflows/deploy-docs.yml

index 0b3096143e4d2e52b1ef4b0c3173cd914e317154..aec327f48cf46c28b706ba1e70b8ce8a03647273 100644 (file)
@@ -62,10 +62,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 ) }}
-        # TODO: Use v3 when it's fixed, probably in v3.11
-        # https://github.com/cloudflare/wrangler-action/issues/307
-        uses: cloudflare/wrangler-action@v3.14
-        # uses: cloudflare/wrangler-action@v3
+        uses: cloudflare/wrangler-action@v3
         with:
           apiToken: ${{ secrets.CLOUDFLARE_API_TOKEN }}
           accountId: ${{ secrets.CLOUDFLARE_ACCOUNT_ID }}