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

Warnings about set-output in the logs for v1.3.4 of this Action #277

Closed
ericcornelissen opened this issue Nov 1, 2022 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@ericcornelissen
Copy link

Using this Action at v1.3.4 I'm getting various warnings that look like:

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/

This seems to be due to v1.3.4 using @actions/core@v1.9.1. On the main branch of this repository, since #272, this has already been bumped to @actions/core@v1.10.0 which should resolve the warnings. As such, could a new version be releases so that the GitHub Action logs for this workflows using this action are clean again, thanks!

@ericcornelissen ericcornelissen added the bug Something isn't working label Nov 1, 2022
@jeffwidman
Copy link
Member

This was fixed in https://github.com/dependabot/fetch-metadata/releases/tag/v1.3.5 but I forgot to close this.

@jeffwidman
Copy link
Member

And thanks for the heads up @ericcornelissen

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants