diff --git a/.github/workflows/workers.yml b/.github/workflows/workers.yml index 71e7cacf62..179c6eb0e0 100644 --- a/.github/workflows/workers.yml +++ b/.github/workflows/workers.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v2 - name: Publish - uses: cloudflare/wrangler-action@2.0.0 + uses: cloudflare/wrangler-action@v3.3.1 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }}