From b96e0e15f0ad4e9ef954f9aef953d8fcdc59d62b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 21:34:17 +0000 Subject: [PATCH] chore(deps): update cloudflare/wrangler-action action to v3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8dd1133..4cb932e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: - run: npm run build --if-present env: CI: true - - uses: cloudflare/wrangler-action@2.0.0 + - uses: cloudflare/wrangler-action@v3.1.1 name: Deploy to Cloudflare (Staging) with: apiToken: '${{ secrets.CF_API_TOKEN }}' @@ -69,7 +69,7 @@ jobs: - run: npm run build --if-present env: CI: true - - uses: cloudflare/wrangler-action@2.0.0 + - uses: cloudflare/wrangler-action@v3.1.1 name: Deploy to Cloudflare (Production) with: apiToken: '${{ secrets.CF_API_TOKEN }}'