Skip to content

Commit

Permalink
Bump aws-actions/amazon-ecs-deploy-task-definition from 2.1.1 to 2.1.2
Browse files Browse the repository at this point in the history
Bumps [aws-actions/amazon-ecs-deploy-task-definition](https://github.com/aws-actions/amazon-ecs-deploy-task-definition) from 2.1.1 to 2.1.2.
- [Release notes](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/releases)
- [Changelog](https://github.com/aws-actions/amazon-ecs-deploy-task-definition/blob/master/CHANGELOG.md)
- [Commits](aws-actions/amazon-ecs-deploy-task-definition@v2.1.1...v2.1.2)

---
updated-dependencies:
- dependency-name: aws-actions/amazon-ecs-deploy-task-definition
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 29, 2024
1 parent a2e64fc commit eb13767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
image: ${{ steps.build-image.outputs.image }}

- name: Update the service with the new task definition
uses: aws-actions/amazon-ecs-deploy-task-definition@v2.1.1
uses: aws-actions/amazon-ecs-deploy-task-definition@v2.1.2
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: bingo-service
Expand Down

0 comments on commit eb13767

Please sign in to comment.