From 7557d839217ec1696a2625d111ceb2037861859a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 8 Aug 2023 23:06:53 +0000 Subject: [PATCH] chore(deps): update cloudflare/wrangler-action action to v3 --- .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 766ba86e..05971d47 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -41,6 +41,6 @@ jobs: run: pnpm install - name: Deploy to Cloudflare Workers using Wrangler - uses: cloudflare/wrangler-action@2.0.0 + uses: cloudflare/wrangler-action@3.0.1 with: apiToken: ${{ secrets.CF_API_TOKEN }}