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

fix(ci): fix deprecation warnings on CI #58

Merged
merged 2 commits into from
Feb 17, 2023

Conversation

rhysd
Copy link
Contributor

@rhysd rhysd commented Feb 16, 2023

Description

Currently CI reports 3 kinds of deprecation warnings:

  • Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: hecrj/setup-rust-action@967aec9, actions/cache@v2.
  • The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files.
  • The save-state command is deprecated and will be disabled soon. Please upgrade to using Environment Files.

This PR fixes all the warnings.

Testing guidelines

I checked all warnings are no longer reported on my forked repository: https://github.com/rhysd/tui-rs-revival/actions/runs/4191656530

Checklist

.github/workflows/ci.yml Outdated Show resolved Hide resolved
@rhysd
Copy link
Contributor Author

rhysd commented Feb 16, 2023

I reduced number of steps by putting directory paths inline at 3a434c6.

@mindoodoo mindoodoo self-requested a review February 16, 2023 19:44
@sayanarijit sayanarijit merged commit feaeb78 into ratatui-org:master Feb 17, 2023
sayanarijit pushed a commit that referenced this pull request Mar 3, 2023
* fix(ci): fix deprecation warnings on CI

* fix(ci): remove unnecessary step in CI workflow
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.

None yet

3 participants