aws-actions / amazon-ecs-render-task-definition

Inserts a container image URI into an Amazon ECS task definition JSON file.
MIT License
274 stars 142 forks source link

chore: update actions/core version #208

Closed remmelt closed 1 year ago

remmelt commented 1 year ago

Update to @actions/core. The old version was using the set-output command, that is deprecated in GitHub Action since October 11th. @actions/core version 1.10.0 fixes this issue. https://github.com/actions/toolkit/pull/1178 https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/

Issue #, if available: Fixes #198

Description of changes: Update to actions/core, and some additional jest mocking to fix tests. No functional changes in the tests.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

remmelt commented 1 year ago

Duplicated PR 205