diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2ea3d1c..1f7f830 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.11.0 + - uses: cloudflare/wrangler-action@v3.13.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.11.0 + - uses: cloudflare/wrangler-action@v3.13.0 name: Deploy to Cloudflare (Production) with: apiToken: '${{ secrets.CF_API_TOKEN }}'