cmu-delphi / forecast-eval

delphi.cmu.edu/forecast-eval
MIT License
5 stars 2 forks source link

Reduce workflow warnings #295

Closed nmdefries closed 1 year ago

nmdefries commented 1 year ago

Besides the Node16 warnings, our workflows also have "The set-output command is deprecated and will be disabled soon" and "The save-state command is deprecated and will be disabled soon" errors, even in workflows that don't use those commands. I updated various actions we use to their newest versions incorporating the new Node version and environment files.

On workflows that use the set-output command, I replaced with the GITHUB_OUTPUT file, as recommended.

nmdefries commented 1 year ago

@dmytrotsko I heard you've worked on workflows most recently, so I thought you'd be the best reviewer! The content of the repo isn't relevant to the changes here :+1: