How to fix the deprecated set-output
command in GitHub Actions? Well, this video covers exactly this! With PHP Composer cache as a user-case ๐
If you receive the GitHub Actions log message "The set-output command is deprecated and will be disabled soon. Please upgrade to using Environment Files."
๐ Further information on the GitHub blog post https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
- And on the official actions/cache@3 documentation page where an example is given: https://github.com/actions/cache/blob/main/examples.md#php---composer
Repos I will walk through this video to replace the deprecated set-output
for the following GitHub repositories:
https://github.com/pH-7/Html2Text/blob/main/.github/workflows/test.yml
https://github.com/pH-7/CuteLinkNames/blob/main/.github/workflows/test.yml
https://github.com/pH-7/eu-vat-validator/blob/main/.github/workflows/test.yml
๐ My Udemy course on how to build a real-world PHP 8 application from scratch - https://www.udemy.com/course/create-real-world-php-webapp-from-scratch/