phpro / grumphp

A PHP code-quality tool
MIT License
4.11k stars 429 forks source link

Fix workflow deprecations #1077

Closed jackbentley closed 1 year ago

jackbentley commented 1 year ago
Q A
Branch master
Bug fix? no
New feature? no
BC breaks? no
Deprecations? no
Documented? no
Fixed tickets -

Fixes the deprecations/warnings in the GitHub Actions workflow.

As per the warning, without this change the actions will error and fail starting from June.

https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

veewee commented 1 year ago

Thanks!