From 43220f6db60f63022e2e3c7529a508ba10e93a59 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 07:21:54 +0000 Subject: [PATCH] ci: bump cloudflare/wrangler-action from 2.0.0 to 3.3.1 (#4688) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/workers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/workers.yml b/.github/workflows/workers.yml index 71e7cacf62..179c6eb0e0 100644 --- a/.github/workflows/workers.yml +++ b/.github/workflows/workers.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Publish - uses: cloudflare/wrangler-action@2.0.0 + uses: cloudflare/wrangler-action@v3.3.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }}