Skip to content

Commit

Permalink
chore(deps): update aws-actions/amazon-ecs-deploy-task-definition act…
Browse files Browse the repository at this point in the history
…ion to v2 (#192)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 6, 2024
1 parent 0eff381 commit d5e1d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
image: ${{ env.REGISTRY }}:sha-${{ env.GITHUB_SHA }}

- name: Deploy updated ECS task
uses: aws-actions/amazon-ecs-deploy-task-definition@8229049d0e7c34be9ba40d443608d2d6cde7510f # v1.6.0
uses: aws-actions/amazon-ecs-deploy-task-definition@135af6c0ea24f888dcaad892bce3b31cc9e5da64 # v2.1.2
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: ${{ matrix.service }}
Expand Down

0 comments on commit d5e1d11

Please sign in to comment.