Skip to content

Commit

Permalink
Merge pull request #36753 from Expensify/Rory-BumpCloudflare
Browse files Browse the repository at this point in the history
[No QA] Bump cloudflare version

(cherry picked from commit 63955bf)
  • Loading branch information
AndrewGable authored and OSBotify committed Feb 17, 2024
1 parent dbf5e22 commit dc86751
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployExpensifyHelp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
directory: ./docs/_site

- name: Setup Cloudflare CLI
run: pip3 install cloudflare==2.17.0
run: pip3 install cloudflare==2.19.0

- name: Purge Cloudflare cache
run: /home/runner/.local/bin/cli4 --verbose --delete hosts=["help.expensify.com"] /zones/:9ee042e6cfc7fd45e74aa7d2f78d617b/purge_cache
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/platformDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ jobs:
uses: ./.github/actions/composite/setupNode

- name: Setup Cloudflare CLI
run: pip3 install cloudflare==2.17.0
run: pip3 install cloudflare==2.19.0

- name: Configure AWS Credentials
uses: aws-actions/configure-aws-credentials@v4
Expand Down

0 comments on commit dc86751

Please sign in to comment.