file-changes-action icon indicating copy to clipboard operation
file-changes-action copied to clipboard

Receive deprecated warnings at GH workflow step for version trilom/[email protected]

Open conapki opened this issue 3 years ago • 9 comments

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/[email protected] 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. image

conapki avatar Nov 15 '22 09:11 conapki

Hi, Any updates to fix the set-output deprecated warnings?

conapki avatar Nov 18 '22 09:11 conapki

It seems this repo got abandoned...

lmmentel avatar Nov 29 '22 13:11 lmmentel

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?

honeyverma avatar Jan 12 '23 14:01 honeyverma

Yep, looks like we'll need a new one. Maybe someone responsible should fork this repo and maintain it.

nsandary avatar Jan 19 '23 15:01 nsandary

I have added a fix for this and opened a PR here: https://github.com/trilom/file-changes-action/pull/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: https://github.com/808sAndBR/file-changes-action/releases/tag/v1.2.5

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 uses: 808sAndBR/[email protected] is welcome to. If @trilom merges this change into main I will be pointing my actions back to their's but will leave my fork and it's release as is.

808sAndBR avatar Feb 28 '23 02:02 808sAndBR

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.

808sAndBR avatar Feb 28 '23 18:02 808sAndBR

this workflow is actively developed and doing pretty much the same thing: https://github.com/tj-actions/changed-files

john-jerome avatar Apr 13 '23 14:04 john-jerome

Any update on this?

santicarmo31 avatar May 23 '23 18:05 santicarmo31

I switched to https://github.com/tj-actions/changed-files - it works (even better).

jpmckinney avatar Jun 05 '23 17:06 jpmckinney