diff --git a/.github/workflows/workers.yml b/.github/workflows/workers.yml index 539b1f8a96..458c290a7d 100644 --- a/.github/workflows/workers.yml +++ b/.github/workflows/workers.yml @@ -15,7 +15,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Publish - uses: cloudflare/wrangler-action@v3.3.1 + uses: cloudflare/wrangler-action@v3.3.2 with: apiToken: ${{ secrets.CF_API_TOKEN }} accountId: ${{ secrets.CF_ACCOUNT_ID }}