From 2a4495f7ee7e033084a0b74e881091e915de1240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Oct 2023 20:08:49 +0800 Subject: [PATCH] ci: bump cloudflare/wrangler-action from 3.3.1 to 3.3.2 (#4717) 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 539b1f8a96..458c290a7d 100644 --- a/.github/workflows/workers.yml +++ b/.github/workflows/workers.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Publish - uses: cloudflare/wrangler-action@v3.3.1 + uses: cloudflare/wrangler-action@v3.3.2 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }}