Allen-Synthesis / EuroPi

EuroPi: A reprogrammable Eurorack module based on the Raspberry Pi Pico

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug Report] GitHub actions are using deprecated commands

mjaskula opened this issue · comments

Look at the details of a github actions run after a recent commit.

For example, you will see deprecation warnings similar to this in the 'continuous-integration' build:
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 update our actions to remove these warnings before the commands become fully depreciated. It is likely that these commands are actually used by modules that are actions use. It may just be a need to upgrade these modules.

Verify that there are no actions raising warnings.

I need to learn github actions, can I take a look at this?

Please do. I would appreciate an outside option.