Skip to content

Commit 3ad014f

Browse files
Test commit 5ae7be6
1 parent eaddb37 commit 3ad014f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/test-workflow.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,11 @@ jobs:
1616

1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v4
19+
uses: actions/checkout@v2
2020

2121
- name: Print current build ID
2222
run: |
23-
echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:00dc9c2d-36a7-4e33-acee-8a1f9dc23517
23+
echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:aae19f82-c7ca-427a-99bf-dc43b9aee902
2424
2525
- name: Configure AWS credentials
2626
uses: aws-actions/configure-aws-credentials@v4
@@ -54,7 +54,7 @@ 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@6b5f48e0936ab1a33c2592b6a1e1737e10a5f68a
57+
uses: aws-actions/amazon-ecs-deploy-task-definition@5ae7be6fcfec491494b3dbe937800837321d81d9
5858
with:
5959
task-definition: task-definition.json
6060
service: github-actions-deploy-task-def-integ-test

0 commit comments

Comments
 (0)