From b373414f616fc17e50d48488a7555bde7e9a7d3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 15:40:43 +0000 Subject: [PATCH] chore(deps): update cloudflare/wrangler-action action to v3.11.0 --- .github/workflows/wc-deploy-cloudflare-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/wc-deploy-cloudflare-pages.yml b/.github/workflows/wc-deploy-cloudflare-pages.yml index f939ba3..cfc8c04 100644 --- a/.github/workflows/wc-deploy-cloudflare-pages.yml +++ b/.github/workflows/wc-deploy-cloudflare-pages.yml @@ -62,7 +62,7 @@ jobs: # https://github.com/marketplace/actions/cloudflare-pages-github-action - name: Publish to Cloudflare Pages - uses: cloudflare/wrangler-action@39c2b5a1226e5718f92a2749a8988cce31e78a76 # v3.10.0 + uses: cloudflare/wrangler-action@b2a0191ce60d21388e1a8dcc968b4e9966f938e1 # v3.11.0 id: cloudflare-pages with: apiToken: ${{ secrets.cloudflare-api-token }}