You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We currently use the tag v1, but when doing so we get annoying warning messages in our GitHub Actions logs:
Run aws-actions/configure-aws-credentials@v1
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: 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/
💡 Summary
If necessary, we should update the version of the
aws-actions/configure-aws-credentials
GitHub Action.Motivation and context
We currently use the tag
v1
, but when doing so we get annoying warning messages in our GitHub Actions logs:The warnings have already been fixed upstream, and the fixed code is available in the
v1-node16
branch, but thev1
tag has not yet been moved. (This is all detailed in aws-actions/configure-aws-credentials#521. Theset-output
command is to be disabled on or about May 31, 2023, so if the tag has not been moved by then we should switch to thev1-node16
branch.Implementation notes
The
aws-actions/configure-aws-credentials
Action is called in the following workflows:build.yml
Acceptance criteria
How do we know when this work is done?
The text was updated successfully, but these errors were encountered: