cache icon indicating copy to clipboard operation
cache copied to clipboard

Examples use deprecated `set-output`

Open anselmbradford opened this issue 1 year ago • 0 comments

If you look at the examples at https://github.com/actions/cache/blob/master/examples.md#node---yarn, they are using set-output, which is deprecated. See https://github.blog/changelog/2023-07-24-github-actions-update-on-save-state-and-set-output-commands/

These examples should be updated to use envvars.

anselmbradford avatar Oct 15 '24 14:10 anselmbradford