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

Warning: The set-output command is deprecated and will be disabled soon. #8

Closed
hansonchar opened this issue Oct 16, 2022 · 2 comments
Closed
Labels
bug Something isn't working

Comments

@hansonchar
Copy link

Github is starting to emit warnings on the use of set-output in using this AWS Secret Manager Github actions:

Action authors who are using the toolkit should update the @actions/core package to v1.10.0 or greater

Here is an example of such warning:

Run aws-actions/configure-aws-credentials@v1-node16
  with:
    role-to-assume: arn:aws:iam::552841731547:role/AccessRoleFromGithub
    aws-region: us-east-1
    audience: sts.amazonaws.com

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

More details on how to fix this issue available here.

@jbct jbct added the bug Something isn't working label Oct 17, 2022
@jbct
Copy link

jbct commented Oct 17, 2022

Thank you for reporting this issue. Our team is looking into it.

@ixwishes
Copy link
Contributor

Hi, thanks for bringing this to our attention. It looks like the warning for set-output is in our dependency on the action for configure-aws-credentials. That repository already has an open issue to fix this. This action is not using set-output, so this warning should go away once it is fixed by configure-aws-credentials.

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

3 participants