Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Depracation of set-output. #24

Open
yewtc opened this issue Mar 3, 2024 · 5 comments
Open

Depracation of set-output. #24

yewtc opened this issue Mar 3, 2024 · 5 comments

Comments

@yewtc
Copy link

yewtc commented Mar 3, 2024

This action is generating a deprecation 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/

@atoomic
Copy link
Member

atoomic commented Mar 3, 2024

This is the same issue reported as #15 and fixed by #16 , which version of install-with-cpanm are you using?
Would you mind providing a link to the repo where it's used?
thanks

@atoomic
Copy link
Member

atoomic commented Mar 3, 2024

Are you using perl-actions/install-with-cpanm@stable ?

@yewtc
Copy link
Author

yewtc commented Mar 4, 2024

I tried @v1 and @stable - same result. I noticed #15 and #16 after I'd submitted the issue. It's not clear to me how #16 resolves the issue as the deprecation is about set-output, not setOutput. It doesn't seem to address issue as noted in the link.

@yewtc
Copy link
Author

yewtc commented Mar 4, 2024

Here is a link https://github.com/yewtc/HTML-FormFu.

JJ added a commit to JJ/install-with-cpanm that referenced this issue Apr 2, 2024
@mtmail
Copy link

mtmail commented Apr 8, 2024

The stable tag is 18 months old (https://github.com/perl-actions/install-with-cpanm/tags). @atoomic Can you tag and push stable again or maybe add a v1.6 release? I believe that should fix the issue. I tried setting master and the warning disappeared.

atoomic pushed a commit that referenced this issue Apr 8, 2024
* Performing change #24 by @quarckster

* Upgrading to stave off #23 and follow #22

* Changing URLs

* ♻️ #22 #23 #25

* Setting up #2

Although the environment variable part is going to be a bit harder

* Implementing env var #2

* #2 testing

* Working well, but let's see the variables

* Local lib needs false sudo

* Let's see what it's doing...

* Adding linting. Quality is important

* Change name and branding

* I guess that does not apply

* Fixed eslint error

* Change to equivalent input variable

* Rewrite config with new version

* Solving the config issue

* use CommonJS config
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants