From 34bbd84c6f10bdcc2161595a2ff6f8cecf8e6f1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 31 Jul 2024 18:29:54 +0000 Subject: [PATCH] chore(deps): update cloudflare/wrangler-action action to v3.7.0 --- .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 63dccd3..7dcb4c3 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@v3.6.1 + - uses: cloudflare/wrangler-action@v3.7.0 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@v3.6.1 + - uses: cloudflare/wrangler-action@v3.7.0 name: Deploy to Cloudflare (Production) with: apiToken: '${{ secrets.CF_API_TOKEN }}'