You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `save-state` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
We already fixed the warnings in our own yaml files (#4098), but rust-cache is still generating some.
According to Swatinem/rust-cache#83, updating to v2 should fix the issue, but we need to check for breaking changes.
The text was updated successfully, but these errors were encountered:
Oh this one might also be partially solved by this upgrade:
Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: Swatinem/rust-cache@v1, actions-rs/toolchain@v1
We see the following warning in the CI:
We already fixed the warnings in our own yaml files (#4098), but
rust-cache
is still generating some.According to Swatinem/rust-cache#83, updating to v2 should fix the issue, but we need to check for breaking changes.
The text was updated successfully, but these errors were encountered: