From a05c2a624f71fab024bfa7a3ef9f7ed50ea67416 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 23 May 2024 17:01:15 +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..dc166bd8 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@v3.6.0 with: apiToken: ${{ secrets.CF_API_TOKEN }}