File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -12,21 +12,21 @@ jobs:
12
12
13
13
steps :
14
14
- name : Checkout
15
- uses : actions/checkout@v4
15
+ uses : actions/checkout@v2
16
16
17
17
- name : Print current build ID
18
18
run : |
19
- echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:b06d26f3-689d-4aad-968e-007877b3ce3b
19
+ echo Integration test run: githubactionsamazonecsdeplo-NWcjHIgDJLXw:07c9cbf8-cd73-4826-a106-feb9a215045a
20
20
21
21
- name : Configure AWS credentials
22
- uses : aws-actions/configure-aws-credentials@v4
22
+ uses : aws-actions/configure-aws-credentials@v1
23
23
with :
24
24
aws-access-key-id : ${{ secrets.AWS_ACCESS_KEY_ID }}
25
25
aws-secret-access-key : ${{ secrets.AWS_SECRET_ACCESS_KEY }}
26
26
aws-region : us-west-2
27
27
28
28
- name : Deploy Amazon ECS task definition
29
- uses : aws-actions/amazon-ecs-deploy-task-definition@3491fdb09977e802b19e806aceacf94ec0d1bb64
29
+ uses : aws-actions/amazon-ecs-deploy-task-definition@8ac77aa5e8b5c3fcf956fa02d88d4c91e0303073
30
30
with :
31
31
task-definition : task-definition.json
32
32
service : github-actions-deploy-task-def-integ-test
You can’t perform that action at this time.
0 commit comments