Skip to content

Commit

Permalink
Bump aws-actions/amazon-ecs-deploy-task-definition from 1 to 2 in the…
Browse files Browse the repository at this point in the history
… dependencies group (#229)

Bump aws-actions/amazon-ecs-deploy-task-definition

Bumps the dependencies group with 1 update: [aws-actions/amazon-ecs-deploy-task-definition](https://github.com/aws-actions/amazon-ecs-deploy-task-definition).


Updates `aws-actions/amazon-ecs-deploy-task-definition` from 1 to 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@v1...v2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Aug 8, 2024
1 parent 244abe0 commit 675ce80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-penny.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:

- name: Deploy to Amazon ECS Service
id: task-dep
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
wait-for-service-stability: true
Expand Down

0 comments on commit 675ce80

Please sign in to comment.