dorny/paths-filter

set-output deprecation warning

bmiselis opened this issue · 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?

This was fixed in v2.11.1:

## v2.11.1
- [Update @actions/core to v1.10.0 - Fixes warning about deprecated set-output](https://github.com/dorny/paths-filter/pull/167)