rolandweber / Pityoulish

A collection of programming/debugging exercises to support a course on Distributed Systems.
Creative Commons Zero v1.0 Universal
7 stars 0 forks source link

Upgrade Actions to use environment files #119

Closed rolandweber closed 4 years ago

rolandweber commented 4 years ago

There's a change to GitHub Actions. I'm getting a warning:

Warning: The `set-env` command is deprecated and will be disabled soon.
Please upgrade to using Environment Files.

https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/

rolandweber commented 4 years ago

I'm not explicitly using set-env, so I need to update the actions I'm using.