From 07f2308557686d8054a6c47d8eab357b5a768569 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Jan 2025 22:31:47 -0500 Subject: [PATCH] Update cloudflare/wrangler-action action to v3.13.1 (#15594) --- .github/workflows/publish-playground.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-playground.yml b/.github/workflows/publish-playground.yml index 648ef1da2a..e2303d57a7 100644 --- a/.github/workflows/publish-playground.yml +++ b/.github/workflows/publish-playground.yml @@ -49,7 +49,7 @@ jobs: working-directory: playground - name: "Deploy to Cloudflare Pages" if: ${{ env.CF_API_TOKEN_EXISTS == 'true' }} - uses: cloudflare/wrangler-action@v3.13.0 + uses: cloudflare/wrangler-action@v3.13.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }}