📦 deps(thirdparty): update snapshots

This commit is contained in:
ci[bot]
2026-06-16 16:02:46 +00:00
parent 0be6b97736
commit 71b421806e
1329 changed files with 80483 additions and 482 deletions
@@ -115,7 +115,7 @@ See [schemas-and-output.md](references/schemas-and-output.md) for detailed confi
Validate schemas against `@apify/json_schemas` npm package.
## Step 4: Test Locally
## Step 7: Test Locally
Run the actor with inline input (for JS/TS and Python actors):
@@ -131,7 +131,7 @@ apify run --input-file ./test-input.json
**Important:** Always use `apify run`, not `npm start` or `python main.py`. The CLI sets up the proper environment and storage.
## Step 5: Deploy
## Step 8: Deploy
```bash
apify push