Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update GitHub Actions CI #106

Merged
merged 1 commit into from
Apr 30, 2023
Merged

update GitHub Actions CI #106

merged 1 commit into from
Apr 30, 2023

Conversation

striezel
Copy link
Contributor

The following updates are performed:

Still using the outdated / unmaintained actions will generate several warnings in CI runs, for example in https://github.com/PSeitz/lz4_flex/actions/runs/4843333107:

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions-rs/toolchain@v1, actions/checkout@v2. 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 for actions/checkout and actions-rs/toolchain.

The following updates are performed:
* update actions/checkout to v3
* replace unmaintained actions-rs/toolchain by dtolnay/rust-toolchain
@codecov
Copy link

codecov bot commented Apr 30, 2023

Codecov Report

Merging #106 (4468375) into main (712d4be) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #106   +/-   ##
=======================================
  Coverage   88.79%   88.79%           
=======================================
  Files          11       11           
  Lines        2195     2195           
=======================================
  Hits         1949     1949           
  Misses        246      246           

@PSeitz
Copy link
Owner

PSeitz commented Apr 30, 2023

Thanks!

@PSeitz PSeitz merged commit f8ad916 into PSeitz:main Apr 30, 2023
@striezel striezel deleted the ci-actions-update branch May 1, 2023 19:02
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