Skip to content

set-output command will be deprecated soon and upgrade to Node16. #55

Open
@itsankit-google

Description

@itsankit-google

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:

  1. 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions