parsec-cloud
parsec-cloud copied to clipboard
Update Github action `actions/cache` to remove warning from using `actions/core < 1.10.0`
action/cache have already updated it's dependencies on actions/core to 1.10.0 in actions/cache#950 but it isn't been released yet.
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
They've released a new version of actions/cache https://github.com/actions/cache/releases/tag/v3.0.11
done in #3512