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

feat(action): bump version to fix warning #17

Merged
merged 1 commit into from
Sep 11, 2024

Conversation

marns93
Copy link
Contributor

@marns93 marns93 commented Sep 3, 2024

There is a warning in our logs which says we have to upgrade to v3. It is part of aws-actions/amazon-ecs-deploy-task-definition and there is already a new version to fix this.

Run aws-actions/amazon-ecs-deploy-task-definition@v1
(node:2265) NOTE: The AWS SDK for JavaScript (v2) will enter maintenance mode
on September 8, 2024 and reach end-of-support on September 8, 2025.
Please migrate your code to use AWS SDK for JavaScript (v3).
For more information, check blog post at https://a.co/cUPnyil
(Use `node --trace-warnings ...` to show where the warning was created)

Docs:
https://aws.amazon.com/blogs/developer/announcing-end-of-support-for-aws-sdk-for-javascript-v2/

Copy link
Contributor

@felix11h felix11h left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@marns93 marns93 merged commit 4623d0f into master Sep 11, 2024
4 checks passed
@marns93 marns93 deleted the feature/bump-github-actions branch September 11, 2024 06:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants