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 }}'