TooTallNate / proxy-agents

Node.js HTTP Proxy Agents Monorepo
https://proxy-agents.n8.io
871 stars 229 forks source link

chore: update actions in GitHub Actions workflows #283

Closed striezel closed 4 months ago

striezel commented 4 months ago

The following updates are performed:

Still using the outdated actions will generate several warnings in CI runs, for example in https://github.com/TooTallNate/proxy-agents/actions/runs/7876212832:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, pnpm/action-setup@v2, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

The PR will get rid of those warnings.

changeset-bot[bot] commented 4 months ago

⚠️ No Changeset found

Latest commit: 02ba795371e63b62b5bbdff818aa35d300838f91

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

vercel[bot] commented 4 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated (UTC)
proxy-agents ✅ Ready (Inspect) Visit Preview Feb 12, 2024 11:21pm
TooTallNate commented 4 months ago

Thanks!