Skip to content

Commit 8facf51

Browse files
Test commit f4999fd
1 parent 232d7ae commit 8facf51

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/test-workflow.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
- name: Print current build ID
2222
run: |
23-
echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:6d085b7c-a734-4215-bf2d-1e3e8c3116fb
23+
echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:622bdd90-e616-4c11-9e51-c98a8149a03f
2424
2525
- name: Configure AWS credentials
2626
uses: aws-actions/configure-aws-credentials@v4
@@ -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@5a47e118974bb821909d333ca5906e485ec9ce35
33+
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
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@5a47e118974bb821909d333ca5906e485ec9ce35
45+
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
4646
with:
4747
task-definition: task-definition-run-task.json
4848
cluster: github-actions-deploy-task-def-integ-test
@@ -54,9 +54,9 @@ jobs:
5454
wait-for-task-stopped: true
5555

5656
- name: Deploy Amazon ECS task definition with ECS Service
57-
uses: aws-actions/amazon-ecs-deploy-task-definition@5a47e118974bb821909d333ca5906e485ec9ce35
57+
uses: aws-actions/amazon-ecs-deploy-task-definition@f4999fde756bdd5f0c688fc1d827b432cc207d57
5858
with:
5959
task-definition: task-definition.json
6060
service: github-actions-deploy-task-def-integ-test
6161
cluster: github-actions-deploy-task-def-integ-test
62-
wait-for-service-stability: true
62+
wait-for-service-stability: true

0 commit comments

Comments
 (0)