From 980c346ba80a7e054075b78cd54a0e5cb030922b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 31 Dec 2023 18:38:35 +0000 Subject: [PATCH] chore(deps): update cloudflare/wrangler-action action to v3.4.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 5e71da1..e587ad3 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.3.2 + - uses: cloudflare/wrangler-action@v3.4.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.3.2 + - uses: cloudflare/wrangler-action@v3.4.0 name: Deploy to Cloudflare (Production) with: apiToken: '${{ secrets.CF_API_TOKEN }}'