From 0bf4853c710d2f4ae6c5589eede4298f6f6ce30a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 00:59:42 +0000 Subject: [PATCH] chore(deps): update cloudflare/wrangler-action action to v3.13.1 (#7) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7bc5e8e..3fcef3b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -14,7 +14,7 @@ jobs: - name: Use pnpm to build site run: pnpm build - name: Deploy to CF Pages - 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 }}