-
Notifications
You must be signed in to change notification settings - Fork 48
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
Receive deprecated warnings at GH workflow step for version trilom/file-changes-action@v1.2.4 #141
Comments
Hi, Any updates to fix the set-output deprecated warnings? |
It seems this repo got abandoned... |
Anybody knows if they are going to update it or do we need to use another plugin? if yes, can anybody recommend the new one? |
Yep, looks like we'll need a new one. Maybe someone responsible should fork this repo and maintain it. |
I have added a fix for this and opened a PR here: #148 Given that I opened a documentation PR a while back and it didn't get merged, I have also gone ahead and created a fork with a release of this fix: I don't plan to actively maintain or be especially "responsible" but it is working for my stack and anyone that wants to update to |
Also I am really more of a pythonista that has dipped their toes into a few hours of JS/TS so if anyone has feedback on anything I should have done differently with this change, I am happy to update and stamp a new release. |
this workflow is actively developed and doing pretty much the same thing: |
Any update on this? |
I switched to https://github.com/tj-actions/changed-files - it works (even better). |
Describe the bug
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/In our workflow we did fixed the 'set-output' command with help of https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
But still wherever we have used trilom/file-changes-action@v1.2.4 in our workflow steps we receive the above warnings.
Workflow
If applicable, provide a workflow file to help explain your problem.
Expected behavior
Is it something that new version of this repo will fix the warnings list that we get in GH action run ? Please help on same.
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: