appany / helm-oci-chart-releaser

Push Helm Charts to OCI-based registries
MIT License
60 stars 15 forks source link

Github Actions set-output command is deprecated #6

Closed shay-ul closed 2 years ago

shay-ul commented 2 years ago

Describe the bug When running this action, github action prints 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/

To Reproduce Steps to reproduce the behavior:

  1. Run the action inside a Github Action workflow and observe the warnings
shay-ul commented 2 years ago

hey @sergeyshaykhullin , looks like this project is no longer maintaned? Should I look for replacement or can you have a look? Thanks

sergeyshaykhullin commented 2 years ago

This project is actively maintained, but it is pretty simple and no changes required for a long time

rowi1de commented 2 years ago

There are some more GitHub Action deprecations coming soon https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

sergeyshaykhullin commented 2 years ago

This is not a node js action