diff --git a/.github/workflows/api-single-module-workflow.yml b/.github/workflows/api-single-module-workflow.yml index b36af6f..04cf47a 100644 --- a/.github/workflows/api-single-module-workflow.yml +++ b/.github/workflows/api-single-module-workflow.yml @@ -78,7 +78,7 @@ jobs: - name: Login to ECR if: ${{ inputs.IS_ECR_PUSH_ENABLED }} id: login-ecr - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: ${{ secrets.SECRET_ECR_REGISTRY }} username: ${{ secrets.SECRET_ECR_USERNAME }}