From 70a378e2d072ff31dc9255b782f465766b21a116 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Aug 2023 19:51:07 +0000 Subject: [PATCH] chore(deps): update cloudflare/wrangler-action action to v3 --- .github/workflows/build-and-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index d46f4c75..335168e6 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -36,7 +36,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Test worker build - uses: cloudflare/wrangler-action@4c10c1822abba527d820b29e6333e7f5dac2cabd # tag=2.0.0 + uses: cloudflare/wrangler-action@6231e317098b2fd1eec84f445c51c1cb9b9c8f89 # 3.0.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }} @@ -67,7 +67,7 @@ jobs: run: pnpm install --frozen-lockfile - name: Publish to Worker - uses: cloudflare/wrangler-action@4c10c1822abba527d820b29e6333e7f5dac2cabd # tag=2.0.0 + uses: cloudflare/wrangler-action@6231e317098b2fd1eec84f445c51c1cb9b9c8f89 # 3.0.0 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }}