diff --git a/.github/workflows/deploy_to_aws.yml b/.github/workflows/deploy_to_aws.yml index 5406d0a323..c649c3d901 100644 --- a/.github/workflows/deploy_to_aws.yml +++ b/.github/workflows/deploy_to_aws.yml @@ -43,7 +43,7 @@ jobs: name: ${{ inputs.environment }} steps: - name: Trigger AWS CodePipeline - main container - uses: Crown-Commercial-Service/ccs-aws-codepipeline-action@v1.1.0 + uses: Crown-Commercial-Service/ccs-aws-codepipeline-action@v1.1.1 with: aws-region: ${{ secrets.AWS_PIPELINE_REGION }} aws-access-key: ${{ secrets.AWS_PIPELINE_ACCESS_KEY }} @@ -59,7 +59,7 @@ jobs: name: ${{ inputs.environment }} steps: - name: Trigger AWS CodePipeline - sidekiq container - uses: Crown-Commercial-Service/ccs-aws-codepipeline-action@v1.1.0 + uses: Crown-Commercial-Service/ccs-aws-codepipeline-action@v1.1.1 with: aws-region: ${{ secrets.AWS_PIPELINE_REGION }} aws-access-key: ${{ secrets.AWS_PIPELINE_ACCESS_KEY }}