newman-action icon indicating copy to clipboard operation
newman-action copied to clipboard

Warning on runs due to set-output command deprecated

Open elsewhat opened this issue 1 year ago • 0 comments

When runnning the action currently, Github provides the following 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/

The @actions/core was patched in version v1.10.0 for this through their issue #1178

Therefore, bumping @actions/core dependency to ^1.10.0 should resolve the warning https://github.com/anthonyvscode/newman-action/blob/2667a18c6a7f1bc68c7aae5d5945a39b44944d89/package.json#L28

elsewhat avatar Aug 03 '23 06:08 elsewhat