Sylius / Sylius-Standard

Open Source eCommerce Application on top of Symfony
https://sylius.com
MIT License
243 stars 320 forks source link

[CI][Maintenance] Fix set-output deprecation in build workflow #959

Closed nclsHart closed 5 months ago

nclsHart commented 6 months ago

Fix the following deprecation warnings during build workflow:

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/

Fixed as described in given blog post.

GSadee commented 5 months ago

Closing in favour of #971