From 8111c0766f855814e5da85dd801c3a678bf86e50 Mon Sep 17 00:00:00 2001 From: rory Date: Thu, 28 Dec 2023 13:59:17 -0800 Subject: [PATCH] Unpin cloudflare CLI --- .github/workflows/platformDeploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/platformDeploy.yml b/.github/workflows/platformDeploy.yml index 79f7d1bee197..4c5dfdb14627 100644 --- a/.github/workflows/platformDeploy.yml +++ b/.github/workflows/platformDeploy.yml @@ -300,7 +300,7 @@ jobs: uses: ./.github/actions/composite/setupNode - name: Setup Cloudflare CLI - run: pip3 install cloudflare==2.14.3 + run: pip3 install cloudflare - name: Configure AWS Credentials uses: aws-actions/configure-aws-credentials@v4