You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that magali is using the deprecated set-output command in GitHub Actions workflows. These should be updated to storing those variables in an environmental variable named GITHUB_OUTPUT.
I noticed that magali is using the deprecated
set-output
command in GitHub Actions workflows. These should be updated to storing those variables in an environmental variable namedGITHUB_OUTPUT
.For reference, here's the a blogpost for the deprecation: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
And a few PRs that apply the same change in our packages:
The text was updated successfully, but these errors were encountered: