paths-filter icon indicating copy to clipboard operation
paths-filter copied to clipboard

set-output deprecation warning

Open bmiselis opened this issue 2 years ago • 2 comments

Hi, I've noticed that workflows using dorny/paths-filter@v2 action started receiving the following warnings some time ago:

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/

Are there any plans to change the source code to reflect what's described in the aforementioned URL?

bmiselis avatar Jan 12 '23 14:01 bmiselis

@dorny It will break 1st June 2023 according to https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

jtdLab avatar May 18 '23 12:05 jtdLab

This was fixed in v2.11.1: https://github.com/dorny/paths-filter/blob/1441771bbfdd59dcd748680ee64ebd8faab1a242/CHANGELOG.md?plain=1#L7-L8

jsoref avatar Jan 28 '24 05:01 jsoref