Skip to content

Commit

Permalink
Merge pull request #256 from kyegomez/dependabot/github_actions/aws-a…
Browse files Browse the repository at this point in the history
…ctions/amazon-ecs-deploy-task-definition-2

Bump aws-actions/amazon-ecs-deploy-task-definition from 1 to 2
  • Loading branch information
kyegomez authored Aug 13, 2024
2 parents 7cf36c6 + e7ef429 commit 43c481d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/aws.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ jobs:
image: ${{ steps.build-image.outputs.image }}

- name: Deploy Amazon ECS task definition
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 }}
service: ${{ env.ECS_SERVICE }}
Expand Down

0 comments on commit 43c481d

Please sign in to comment.