generated from actions/typescript-action
-
Notifications
You must be signed in to change notification settings - Fork 148
Open
Description
Describe the bug
Recently we started seeing these warnings on github actions -
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/
Warning: Node.js 12 actions are deprecated. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/. Please update the following actions to use Node.js 16: jitterbit/get-changed-files
Looks like the action is internally using set-output command which will be disabled soon by github.
To Reproduce
Steps to reproduce the behavior:
- Run a workflow using jitterbit/get-changed-files.
Expected behavior
Warning should not be seen.
Additional context
This action is really important for us and it is being used in an important workflow.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels