Skip to content

Update GitHub Actions CI#519

Merged
devongovett merged 1 commit intoparcel-bundler:masterfrom
striezel-stash:ci-actions-update
Jul 2, 2023
Merged

Update GitHub Actions CI#519
devongovett merged 1 commit intoparcel-bundler:masterfrom
striezel-stash:ci-actions-update

Conversation

@striezel
Copy link
Contributor

The following updates are performed:

Still using the unmaintained / outdated actions will generate several warnings in CI runs, for example in https://github.com/parcel-bundler/lightningcss/actions/runs/5299473633

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-node@v2, bahmutov/npm-install@v1.1.0, Swatinem/rust-cache@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

or in https://github.com/parcel-bundler/lightningcss/actions/runs/5196363416:

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

The PR will get rid of those warnings.

The following updates are performed:
* update actions/checkout to v3
* update actions/setup-node to v3
* replace unmaintained actions-rs/toolchain by dtolnay/rust-toolchain
* update bahmutov/npm-install to v1.8.32
* update Swatinem/rust-cache to v2
@striezel
Copy link
Contributor Author

Rebased on top of the current master branch.

@devongovett devongovett merged commit cc1aa63 into parcel-bundler:master Jul 2, 2023
@striezel striezel deleted the ci-actions-update branch July 2, 2023 20:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants