Skip to content

Commit f243de0

Browse files
authored
Update test-workflow.yml (#647)
Update integration test workflow to use the latest latest version of deploy github action.
1 parent 4a06a27 commit f243de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test-workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
aws-region: us-west-2
3131

3232
- name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to false
33-
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
33+
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
3434
with:
3535
task-definition: task-definition-run-task.json
3636
cluster: github-actions-deploy-task-def-integ-test
@@ -42,7 +42,7 @@ jobs:
4242
wait-for-task-stopped: false
4343

4444
- name: Deploy Amazon ECS task definition with one-off task and wait for task stopped set to true
45-
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
45+
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
4646
with:
4747
task-definition: task-definition-run-task.json
4848
cluster: github-actions-deploy-task-def-integ-test

0 commit comments

Comments
 (0)