Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warnings from GitHub just started when using this action #9

Closed
joanise opened this issue Oct 20, 2022 · 2 comments
Closed

Warnings from GitHub just started when using this action #9

joanise opened this issue Oct 20, 2022 · 2 comments

Comments

@joanise
Copy link
Contributor

joanise commented Oct 20, 2022

I have this in my workflow:

      - uses: FedericoCarboni/setup-ffmpeg@v1
        id: setup-ffmpeg

and I get these warnings from GitHub actions - noticed today for the first time:

Warning: 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/
Warning: 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/
Warning: 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/
joanise added a commit to ReadAlongs/Studio that referenced this issue Oct 20, 2022
…nings

GitHub actions warns:
Node.js 12 actions are deprecated. For more information see:
https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.
Please update the following actions to use Node.js 16:
FedericoCarboni/setup-ffmpeg, codecov/codecov-action

codecov-action:
 - is fixed by bumping to v3 (uses node16 instead of node12)
setup-ffmpeg:
 - has a patch for node12->node16 but the release is not out yet.
 - now has a lot of warnings about set-output being deprecated:
   submitted issue federicocarboni/setup-ffmpeg#9
setup-python:
 - @v4 removes all the warnings about save-state and set-output that @V3 had
federicocarboni pushed a commit that referenced this issue Oct 22, 2022
@federicocarboni
Copy link
Owner

Fixed with the latest commits

@joanise
Copy link
Contributor Author

joanise commented Oct 24, 2022

Thanks for implementing a quick fix and making a new release. Much appreciated!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants